User:Waldir/modern.js

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/* splits source code for content from the templates, categories, interwikis, etc, in separate edit boxes */
importScript('User:Magnus Manske/less edit clutter.js');
 
/* live edit counter userbox */
importScript('User:Henrik/js/live-edit-counter.js');
 
/* inline section editing */
importScript('User:Supadawg/secedit.js');
 
/* replace tab */
importScript('Wikipedia:WikiProject User scripts/Scripts/Replace');
 
/* convert diff button into link, so they can be opened in other browser tabs */
importScript('MediaWiki:WikiProject User scripts/Scripts/Compare link.js');
 
/* combine successive edits in history pages*/
importScript('User:Alex Smotrov/histcomb.js');
 
/* separate edit and history tabs for main and talk pages */
importScript('Wikipedia:WikiProject User scripts/Scripts/Six tabs');
 
/* unwatch pages directly from watchlist */
importScript('User:Alex Smotrov/wlunwatch.js');
 
/* quick add/remove/change categories */
importScript('User:TheDJ/Gadget-HotCat.js');
 
/* watch all articles within a category */
importScript('User:Ais523/catwatch.js');
 
/* dash fixer */
//importScript('User:Omegatron/monobook.js/dashfixer.js');
 
/* unit formatter */
//importScript('User:Omegatron/monobook.js/unitformatter.js');
 
/* heading format fixer - spaces equal signs from the heading text */
//importScript('User:Omegatron/monobook.js/headingformattingfixer.js');
 
/* math unit fixer */
//importScript('User:Omegatron/monobook.js/mathcharacterfixer.js');
 
/* auto summary */
/*
document.write('<scr' + 'ipt type="text/javascript" src="' 
             + 'http://www.cubewano.org/wpt/scripts/autosummary.js"></scr' 
             + 'ipt>');
*/
 
/* quickedit */
document.write('<script src="'
   + 'http://de.wikipedia.org/w/index.php?title=Benutzer:ASM/quickedit.js'
   + '&action=raw&ctype=text/javascript"></script>');