Categories

Developer

mivanchev

run-a-script v1.0.2

  • rating
  • rating
  • rating
  • rating
  • rating
5.00 (4 reviews)
A minimalistic Firefox extension that allows you to define one JS script which is injected into every page you visit. The addon's code is only a couple of lines long so you can easily verify what's going on. run-a-script

A Firefox extension that allows you to define exactly one JS script and inject it into every web page you visit. It uses Firefox' userScripts feature which sandboxes JS code before execution. You should be safe from even the most malicious of actors out there. For at least some convenience, jQuery is injected as well and usable from your script. The code of the extension is deliberately minimal, you are encouraged to review it for security before running the extension.

run-a-script is meant for people with trust issues. There are plenty of extensions out there that you could easily re-implement with a small JS snippet instead of installing. Also useful with uBlock Origin for defeating aggressive sites.

The plugin supports:

  • sandboxed injection of 1 script + jQuery into all pages, you need to refresh the opened ones
  • enabling / disabling the script

The plugin does NOT support:

  • Android – but working on it
  • Chrome – the whole idea of this extension is to be secure but that's irrelevant if your browser is a black box
  • saving to and loading from a file – saving would be useful but currently not possible due to a Firefox bug

See the homepage for a usage example.