imurray / redirectify

Browser extension to redirect pages based on rules. Intended to stop the browser following links straight to the PDF of a paper, but instead to go first to the HTML index page for the paper.
MIT License
155 stars 10 forks source link

Add CDS and indico redirects #9

Closed dguest closed 3 years ago

dguest commented 6 years ago

This adds a few extra URLs which CERN experiments use to host documents.

dguest commented 6 years ago

Apologies for the noise, I accidentally added some things to the branch the original PR was based on so I closed that one and opened a new one.

imurray commented 3 years ago

Thanks! I merged this pull request as part of the v0.3.0 release that I've just put together. I tweaked the rules a bit: a missing slash meant https:// was redirecting to http://, I simplified the grouping a bit, and added support for the Fermilab version of indico.

Apologies it took me so long to merge. I was a bit resistant to churn versions and give lots of people new permissions warnings. Then I just forgot about it. I'm totally happy with you continuing to maintain your own version if you'd like. I didn't want to include the m.wikipedia thing in your fork, as it seems out of scope. Ideally the extension could have optional redirects and be configurable, but I didn't have time to add a GUI for that this weekend.