redirectify icon indicating copy to clipboard operation
redirectify copied to clipboard

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.

Results 7 redirectify issues
Sort by recently updated
recently updated
newest added

Newer ACL formats are like https://www.aclweb.org/anthology/2020.acl-main.214.pdf which doesn't match the regex rule. ACL links are rather easy as you only need to strip the `.pdf` at the end to get...

Love the new extension. I also use [Unpaywall](https://chrome.google.com/webstore/detail/unpaywall/iplffkdpngmdjhlpjmppncnlhomiipha) to automatically find pdfs of articles that are paywalled; this conflicts with redirectify and the Unpaywall link doesn't appear unless I disable...

I've given the extension a pretty generic name, with the intention that it could be used by various people with custom redirect rules. However, the only current mechanism to edit...

enhancement

Google are going to force Manifest v2 extensions like this one to migrate to v3 at some point (maybe in 2022?). Without updating how the extension works, it won't work...

[Allen.YL Lee](https://twitter.com/allenyllee) points out that a bookmarklet could be used to escape from a PDF after the fact, and [provides an example](https://gist.github.com/allenyllee/0c90341680459203df6453b5d60d28f2). I could derive a bookmarklet from the `RULES`...

enhancement