
redirect-to-abstract
基本信息
- 更新日期:
- 包名:
- redirect-to-abstract
- 版本:
- 1.0.0
- 大小:
- 34.78KB
- 类型:
- Firefox
- 平台:
- Firefox
- 评分:
- 发布日期:
- 2021-10-19
- 价格:
- 免费
- 开发者:
- stites
redirect插件截图
redirect插件简介
Redirect pdf links to their abstract for more than just arxiv.org
* 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.neurips.cc
* Building
Requires browserify. Just run ~make~.
* Prior Art
– https://github.com/stites/MyArx — a conglomerate of a bunch of firefox+arxiv
extensions, forked from https://github.com/j3soon/arxiv-utils . This is where
the icon comes from but I should probably replace it.
– https://github.com/weakish/arxiv-url — original inspiration but is too
ambitious in that it tries to rewrite all urls on every page. this extension just intercepts
requests to the pdf links and sends to you the abstract.