Jump to content

User:Jorgenev/scripts

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

User scripts I have written.

Enhanced User Contributions Page (Chrome and Firefox, et. al.)

This script adds a control panel to Special:Contributions that can filter a users contributions by the type of script used. Below is a screenshot of the control. Hide huggle contribs hide script edits filter user contributions

Notes
  • If there are no script edits detected, the control panel will not be shown.
  • 18 scripts currently caught

Installation

To install, place

importScript('User:Jorgenev/scripts/EnhancedUserContribs.js');

in your vector.js page and Bypass your cache (Chrome/Firefox: ctrl-shift-r).

Inline section editor (Chrome and Firefox, et. al.)

This script changes the edit section links to open a wikitext editor on the page itself, it is marginally faster and much much more pleasant. Below is a screenshot of what happens when the section edit link is hit.

Installation

To install, place

importScript('User:Jorgenev/AJAXSectionEditor.js');

in your vector.js page and Bypass your cache (Chrome/Firefox: ctrl-shift-R).