Skip to content

stites/redirect-to-abstract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redirect-to-abstract - Firefox extension

Redirect all pdf links to their abstracts, and overwrite abstract pages to bypass the regex (by either appending an & or ? at the end of the url).

Trying to keep this codebase dead simple (turns out my last attempt was too ambitious). Should be chrome-compatible, but someone else will have to test.

Works for the following archives:

  • arxiv.org
  • openreview.net
  • proceedings.mlr.press
  • {proceedings,papers,media}.neurips.cc
  • {proceedings,papers,media}.nips.cc
  • aclanthology.org
  • biorxiv.org

Note that all *.neurips.cc and *.nips.cc pdfs will redirect to the proceedings.neurips.cc abstract.

Building

Requires browserify. Just run make or:

$ nix build

Prior Art