Translations:Userscript Guidelines/6/en Geschiedenis weergeven

Versie door WTranlatebot (overleg | bijdragen) op 10 aug 2018 om 10:22 (Importing a new version from external source)
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
  • A block of JavaScript code that contains how the userscript works.

UserScripts are executed through add-ons to your browser. The most well-known add-ons are GreaseMonkey and TamperMonkey. It is generally adviced to verify your script works in both of them (luckily that is usually the case). These add-ons make the block of JavaScript code execute at a certain moment during the loading of the page. There are certain restrictions put on this code for security reasons. This code is restricted in how it can perform cross-domain requests, for example.