User scripts I have written.

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

edit

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

edit

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.)

edit

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

edit

To install, place

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

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