WP:User scripts
{{Short description|Wikipedia information page for user-created scripts}}
{{Redirect|WP:US|WikiProject United States|WP:USA|Manual of Style guidance on the US abbreviation|MOS:US|a list of user scripts for use on Wikipedia|Wikipedia:User scripts/List|a list of unreliable sources|WP:DEPS}}
{{Redirect|WP:JAVASCRIPT|the parent WikiProject|Wikipedia:WikiProject JavaScript}}
{{pp-vandalism|small=yes}}
{{Wikipedia programs}}
{{information page|WP:US|WP:JAVASCRIPT}}
{{Tool warning|any user script}}
User scripts are programs written in JavaScript to facilitate the editing of Wikipedia. User scripts enable user accounts to do things they otherwise could not. Many user scripts are available, ready for you to install. Also, you can write a new user script, either by modifying an existing script or by starting from scratch.
WikiProject JavaScript is a collaboration of editors to improve Wikipedia's JavaScript coverage, write user scripts, and maintain user script-related pages (like the one you are reading right now). Sign up if you would like to join.
A word about security
User scripts have unlimited access to your account by their very nature – unlike OAuth/bot password based applications such as Huggle, where you can control access levels, the script runs in your browser. Anything you can do on Wikipedia, it can do. As such, and this is especially pertinent to users with advanced permissions, make sure that you trust the user who wrote the script, as you will be held responsible for any actions it takes on your behalf. If you are "importing" a script (instead of copying the code itself) be warned that the user you are importing from could alter their script at any time. Only import from users you trust.
List of user scripts
{{Main|Wikipedia:User scripts/List}}
If you come across or write a user script, please add it to Wikipedia:User scripts/List.
Do you not see what you need? You can make a request for a new user script at Wikipedia:User scripts/Requests.
= Search for user scripts=
Search within the code of user scripts:
type=fulltext
searchbuttonlabel=Go
prefix=User:
searchfilter=contentmodel:javascript
default=insource:
break=no
Search user scripts by title:
type=fulltext
searchbuttonlabel=Go
prefix=User:
searchfilter=contentmodel:javascript
default=intitle:
break=no
Using scripts: Frequently asked questions
= Where can I find user scripts? =
Try these pages:
- Wikipedia:User scripts/List – main script list
- :Category:Wikipedia scripts – the category page
= {{anchor|How to install user scripts}}How do you install user scripts? =
== Automatic installation ==
- Check the checkbox at {{myprefs|Gadgets|Advanced|check={{int:Gadget-script-installer}}}} and click Save.
- Visit Wikipedia:User scripts/List.
- Click "Install" after each script name to install the script. Some scripts may require additional steps, so be sure to visit the documentation if any.
== Manual installation ==
{{hatnote|Simple method for scripts which are located on the English Wikipedia.}}
- First, make sure you are registered and logged in. Only logged-in users can install user scripts.
- Click here to edit your common.js file.
- Add the following line:
– replace "script_path" with the full name of the .js page that opens when a script's "(source)" link is clicked. The Load user script (Lusc) template will add the necessary{{subst:Lusc|script_path}} mw.loader.load
line along with a backlink. - * For example, to install the Sharebox script, add the following line:
{{subst:Lusc|User:TheDJ/sharebox.js}} - Save the page and bypass your cache to make sure the changes take effect.
== Remote scripts ==
{{hatnote|Alternative method for scripts which are not located on the English Wikipedia.}}
- First, make sure you are registered and logged in. Only logged-in users can install scripts.
- Edit your common.js file. Alternatively, you may use your skin.js to work only your current skin.
- Add the following line:
mw.loader.load( '//en.wikipedia.org/wiki/script_path?action=raw&ctype=text/javascript' );
- : — where "script_path" is the full name of the .js page that opens when a script's "(source)" link is clicked.
- * For example, to install the NoEditSummary script, add the following line:
- *:
mw.loader.load( '//en.wikipedia.org/wiki/User:GhostInTheMachine/NoEditSummary.js?action=raw&ctype=text/javascript' ); - Save the page and bypass your cache to make sure the changes take effect.
= How do you add new scripts to the scripts list? =
{{Main|Wikipedia:User scripts/List}}
Use {{tl|user script table row}}. Include at least the code page path and a short description. For example:
{{user script table row
|name=My script
|code=User:Me/MyJSpage.js
|doc=User:Me/MyJSdocumentationPage
|desc=This script does something useful.
}}
- Name defaults to the code page's name, without its path or ".js".
- If a documentation page exists matching your .js page name, it will be linked automatically, without the need for a doc parameter.
Writing user scripts
{{Main|Wikipedia:User scripts/Guide}}
Instructions for writing your own user scripts are included in Wikipedia:User scripts/Guide.
Additional script-writing resources are presented below.
= Snippets =
The following code snippets still exist under the now defunct WikiProject User scripts. Many are still in use by live scripts, and they may provide insights for current script developers.
{{cot|Snippets}}
This list is transcluded from Wikipedia:User scripts/Snippets. {{Wikipedia:User scripts/Snippets}}
{{Cob}}
= Userbox =
Would you like to advertise your user script development skills?
{{markup|width=auto
|
|{{user script developer}}
|
|{{user script developer2}}
|
|{{user scripts created}}
|
|{{user scripts created|99}}
}}
{{Clear}}
See also
{{Wikipedia:User scripts/Navbox}}
{{Automated editing}}
{{Wikipedia technical help|collapsed}}
{{Portal bar|Free and open-source software}}