Scripts/Browser requirements: Difference between revisions Discussion View history

(Undo pending discussion)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== {{Anchor|Chrome}}Chrome / Blink / Opera Next ===
==== {{Anchor|Chrome}}Chrome / Blink / Opera Next ====
You might need to enable '''Developer Mode''' on your browser.
You might need to enable '''Developer Mode''' on your browser.
* If a download is available from the Chrome Web Store, choose that.
* If a download is available from the Chrome Web Store, choose that.
Line 5: Line 5:
* Install [[#Monkey|''TamperMonkey'' or equivalent]].
* Install [[#Monkey|''TamperMonkey'' or equivalent]].


=== {{Anchor|Firefox}}Firefox / Mozilla ===
==== {{Anchor|Firefox}}Firefox / Mozilla ====
* Install [[#Monkey|''Greasemonkey'']].
* Install [[#Monkey|''Greasemonkey'']].


=== Internet Explorer ===
==== Internet Explorer ====
* Install [[#Monkey|''Greasemonkey'' or equivalent]].
* Install [[#Monkey|''Greasemonkey'' or equivalent]].


=== Safari ===
==== Safari ====
* Install script as an extension.
* Install script as an extension.
* Install [[#WazeBar|''WazeBar for Safari'']].
* Install [[#WazeBar|''WazeBar for Safari'']].


=== {{Anchor|Monkey}}Greasemonkey or Tampermonkey add-on for script management ===
==== {{Anchor|Monkey}}Greasemonkey or Tampermonkey add-on for script management ====
The easiest way to load and manage add-on scripts is with [http://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ ''Greasemonkey''], [http://tampermonkey.net/ ''Tampermonkey''], or an equivalent browser add-on for script management.  When you install a user script, the script manager catalogs it and automatically runs it anytime  any page for which it is declared is loaded by your browser.
The easiest way to load and manage add-on scripts is with [http://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ ''Greasemonkey''], [http://tampermonkey.net/ ''Tampermonkey''], or an equivalent browser add-on for script management.  When you install a user script, the script manager catalogs it and automatically runs it anytime  any page for which it is declared is loaded by your browser.

Latest revision as of 00:36, 7 May 2018

Chrome / Blink / Opera Next

You might need to enable Developer Mode on your browser.

  • If a download is available from the Chrome Web Store, choose that.
  • Without an add-on to manage scripts, simply download the script file (.js) or Chrome executable package (CRX). Then drag and drop the file into the Chrome Extensions Tab [chrome://extensions] of the browser.
  • Install TamperMonkey or equivalent.

Firefox / Mozilla

Internet Explorer

Safari

Greasemonkey or Tampermonkey add-on for script management

The easiest way to load and manage add-on scripts is with Greasemonkey, Tampermonkey, or an equivalent browser add-on for script management. When you install a user script, the script manager catalogs it and automatically runs it anytime any page for which it is declared is loaded by your browser.