User:Cacycle/wikiWatch

From Wikipedia, the free encyclopedia
(Redirected from Wikipedia:WIWA)
Screenshot of wikiWatch on a watchlist

This script is currently not under active development!

It is probably not fully functional or might have bugs.

wikiWatch is a MediaWiki tool for watchlists, recent changes, and user contributions pages. It makes long lists of edits easier to read through sorting and color-coding by namespaces. It also adds unwatch links, and auto-expands entries. It also keeps the regular list of chronologically sorted changes in its own expandable section at the top.

wikiWatch is compatible with all MediaWiki installations, skins, and watchlist types. The script can be used as a wiki user script, wiki gadget, or Greasemonkey script. It is compatible with Mozilla Firefox, SeaMonkey, Opera (9.51) and Internet Explorer.

Current status: fully functional / possibly room for improvements Please provide feedback on the talk page.

Code[edit]

See User:Cacycle/wikiWatch.js

Installation[edit]

Add the following code to your monobook.js:

// install User:Cacycle/wikiWatch
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikiWatch.js'
+ '&action=raw&ctype=text/javascript"></script>');

(Do not use importScript('User:Cacycle/wikiWatch.js');, it might not work or slow down the page loading process - wikiWatch has its own importer.) To be compatible with other scripts such as Popups, wikiWatch has to be loaded first because it replaces parts of the page.

Alternatively, if you have Greasemonkey installed, you can install wikiWatch by clicking here.

See also[edit]