User:Aleksander Stos/monobook.js

From Citizendium
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
//<pre>

// [[User:Lupin/popups.js]]

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

popupUseQueryInterface=false;


//document.write('<script type="text/javascript" src="'
//+ 'http://en.citizendium.org/wiki?title=User:Aleksander_Stos/autoedit.js'
//+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//document.write('<script type="text/javascript" src="'
//+ 'http://en.citizendium.org/wiki?title=User:Aleksander_Stos/chk.js'
//+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//</pre>

// [[User:Lupin/popups.js]]

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

//extraPopupFilters=[];

//function popupFilterWarn(wikiText, download) {
//  var article= (new Title()).fromURL(download.url);
//  var talkpage = article.talkPage() || article;
//  var html='<a href="http://en.citizendium.org/wiki?action=edit&title=' + escape(talkpage) + //'&autominor=true&autosummary=checklisted&autoedit=s#^#{%7Bchecklist %0A' + //'|%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20abc%20=%20' + escape(article) + //'%0A|%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cat1%20=%20' + //'%0A|%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cat2%20=%20' + //'%0A|%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cat3%20=%20' + //'%0A|%20%20%20%20%20%20%20%20%20%20%20cat_check%20=%20n' + //'%0A|%20%20%20%20%20%20%20%20%20%20%20%20%20%20status%20=%202' + //'%0A|%20%20%20%20%20%20%20%20%20underlinked%20=%20y' + //'%0A|%20%20%20%20%20%20%20%20%20%20%20%20%20cleanup%20=%20y' + //'%0A|%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20by%20=%20%7E%7E%7E%7E\n}}%0A%0A#g;">check</a>';
//  return html;
//};


///extraPopupFilters.push(popupFilterWarn);

popupFixDabs=true;
popupImages=false;
popupHideDelay=0.1;
imagePopupsForImages=false;
popupRevertSummaryPrompt=true;
popupRedlinkRemoval=true;
popupLastEditLink=false;

//popupUseQueryInterface=false;

//Interiot's javascript edit counter
//if (document.title.indexOf('editcount.js') != -1) {
//  document.write('<script type="text/javascript" src="' 
//    + 'http://en.citizendium.org/wiki/User:Aleksander_Stos/editcount.js' 
//    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); }