Set correct tab <title>
on arXiv pages.
This can be installed standalone from the Chrome web-store.
It is also available as an addon on Firefox.
Because Firefox does not allow scripts on pdf pages, the extension does not work.
j3soon has created a clever workaround j3soon/arxiv-utils which does work.
o-jasper created a userscript version for use with Greasemonkey for Firefox or Tampermonkey for Blink based browsers!
Integrates well with The Great Suspender
Integrates well with Tab Suspender
Please install the following before building the extension:
The project is supplied with a Makefile
which can produce final files for both Firefox and Chrome.
make chrome
make firefox
The build is done by selectively copying parts of the source code to the folder ./.tmp
and then archiving it again using either zip
(for Chrome) or web-ext
(for Firefox).
The final archives are kept in the ./build
folder.
For testing, the extension can be loaded into Chrome by going to chrome://extensions and clicking on the Load Unpacked Extension button.
Then navigate to the .tmp
folder in the source code root which was created by running make chrome
and load it. An alternate is to run make manifest
in the root folder and then load the source code root as the unpacked extension. This will allow for a simpler edit-reload cycle, except while editing manifest.json.template
.
For Firefox, the easiest way to test the packaged extension would be to download the unbranded build or the Developer Edition and loading the extension there. Otherwise, one would need to sign the extension via your account on their Addon server. Go to about:addons
, to the Extensions Tab and click the Gear icon (Settings) on the top right to load the packed extension.
If the browser still complains that the package has not been signed, then go to about:config
and set xpinstall.signatures.required
to false
. Note that this setting only takes effect on the Developer Edition and the Unbranded versions of the browser even though it shows up in about:config
pages of the release channel versions as well.
Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.