Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
importScript("User:Rillke/bigChunkedUpload.js");
importScript( 'User:Bawolff/stash.js' );
importScript( 'User:Bawolff/search.js' );
importScript( 'User:Bawolff/campaignAsJson.js' );
importScript( 'User:Bawolff/advancedSearch.js' );
/*
if ( wgNamespaceNumber === 104 ) mw.loader.load( '//tools.wmflabs.org/sequencer/mwEmbedStandAlone/remotes/mediaWiki.js?debug=true&uselang=' + wgUserLanguage );


if ( wgAction === 'edit' || wgAction === 'submit' ) {
 if ( location.search.match( /forcetrace/ ) ) {
  $( function() {
	var form = $( '#editform').append( $('<input type="hidden" name="forcetrace" value="true">'))
  })
 }
 if ( location.search.match( /forceprofile/ ) ) {
  $( function() {
	var form = $( '#editform').append( $('<input type="hidden" name="forceprofile" value="true">'))
  })
 }
}*/


$( function() { setTimeout( function() { $( '#ca-tineye a, #ca-googleimes a' ).each( function() { this.target = '_blank' } ) }, 300 ) } );