Jump to content

User:After Midnight/vector.js

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.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//
// This will skip all this stuff if I'm on IE
//
//Detect IE5.5+
if (navigator.appVersion.indexOf("MSIE")==-1)
{
//
//
//
// [[User:Lupin/popups.js]]

mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
popupFixDabs=true;
popupRedlinkRemoval=true;
popupAdminLinks=true;
popupFixRedirs=true;
//
//
//
//
//
//
//
//  install Twinkle below
//
//
importScript('User:AzaToth/twinkle.js');
importScript('User:AzaToth/twinkledelimages.js');

TwinkleConfig = {
        revertMaxRevisions              :       50,
        userTalkPageMode                :       'window',
        showSharedIPNotice              :       true,
        openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
        openTalkPageOnAutoRevert        :       false,
        openAOLAnonTalkPage             :       false,
        summaryAd                       :       " using [[WP:TWINKLE|TW]]",
        deletionSummaryAd               :       " using [[WP:TWINKLE|TW]]",
        protectionSummaryAd             :       " using [[WP:TWINKLE|TW]]",
        watchSpeedyPages                :       [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
        watchProdPages                  :       true,
        openUserTalkPageOnSpeedyDelete  :       [ 'g1', 'g2', 'g10', 'g11', 'g12', 'a1', 'a7', 'i3', 'i4', 'i5', 'i7', 'u3', 't1' ],
        watchRevertedPages              :       [  ],
        markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
        deleteTalkPageOnDelete          :       false,
        markWarningsAsMinor             :       true,
        markAIVReportAsMinor            :       true,
        markSpeedyPagesAsMinor          :       false,
        markProdPagesAsMinor            :       false,
        confirmUsernameToAIV            :       true,
        orphanBacklinksOnSpeedyDelete   :       false,
        toolboxButtons                  :       [ ]
};
//
//
//
//
//
//
//
//  install User:^demon/CSD AutoReason below
//
//
//
// CSD AutoReason
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:^demon/csd.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//
//
//
//
//
//
//
//  install User:Steel359/Protection below
//
//
//
// [[User:Steel359/protection.js]]
importScript('User:Steel359/protection.js');
//
//
//
//
//
//
//
//  install http://tools.wikimedia.de/~jude/delete.php below
//
//
//
addOnloadHook(function (){
		if(queryString("submitdelete")=="true") document.forms[0].wpConfirmB.click();
	});
	function queryString(p) {
		var re = RegExp('[&?]' + p + '=([^&]*)');
		var matches;
		if (matches = re.exec(document.location)) {
			try { 
				return decodeURI(matches[1]);
			} catch (e) {
			}
		}
		return null;
	};
//
//
//
//
//
//
//
//  install The wub/CloseCFD.js below for closing CFDs and UCFDs
//
//
//
importScript('User:The wub/CloseCFD.js');
//
//
//
//
//
//
//
//  install http://www.mediawiki.org/w/index.php?title=User:Voice_of_All/monobook.js&action=edit for Admin rollback
//
//
//
// Helper tools
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
//

// Admin rollback tools [[Category:Wikipedia administrators who use VoA script|{{PAGENAME}}]]
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Specialadmin/monobook.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//
//
//  customization of above 
//
//
//moves
Mvaluejs_class = 'MOVE';
//edits
Rvaluejs_class = 'EDIT';
//uploads
Uvaluejs_class = 'UPL';
//
//
//
// close section from top to skip everything when on IE
//
//
}