This is a TamperMonkey script that patches the new pull request links so then don't go against an upstream repo by default.
In response to https://github.com/orgs/community/discussions/11729#discussioncomment-7735798
- figure out how to serve as an easy to install script
- Install
asdf
via https://asdf-vm.com/guide/getting-started.html. - Install the the node tool version via
asdf install nodejs
- Run
npm install
to install the required packages.
- Run
npm run test
.