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.
// Highlight  WP:BKFIP summaries
// See https://en.wikipedia.org/wiki/Wikipedia:Long-term_abuse/Best_known_for_IP
window.HistoryHelper={};
window.HistoryHelper.highlights=[
  /((low-quality|intractable|chronic)?\s{1,4}poor|appalling|infantile|grotesque|incorrect)(\s{1,4}([Ee]nglish|style|stylish)?(\s{1,4})?(errors|blunders))?/ig
 ,/badly[\- ]written|harmful|vandal(i[sz]ing)|russian/ig
 ,/Alexander Davronov/ig
 ,/(decent\s{1,3})?[En]nglish|CONTRACTIONS/ig
 ,/(garbage edit(s)?)/gi
 ,/(in)?competence/gi
];
    
importScript('User:Theopolisme/Scripts/autocompleter.js');     // Completes editor's input
// importScript('User:Enterprisey/reply-link.js');			   // Inline reply on talk pages
importScript('User:Headbomb/unreliable.js')				       // Highlight unreliable sources	
importScript('User:Alexander Davronov/HistoryHelper.js');      // Diff-copy/paste helper for revisions
importScript('User:Novem Linguae/Scripts/CiteHighlighter.js'); // Highlight unreliable sources	
importScript('User:Theopolisme/Scripts/adminhighlighter.js');  // Highlight sysops
importScript('User:Amorymeltzer/crathighlighter.js');
importScript('User:Anne drew Andrew and Drew/admintagger.js'); // Add emoji to users like admins, stewards etc.
// See https://commons.wikimedia.org/wiki/User:Jack_who_built_the_house/Convenient_Discussions																
mw.loader.load('https://commons.wikimedia.org/w/index.php?title=User:Jack_who_built_the_house/convenientDiscussions.js&action=raw&ctype=text/javascript');
mw.loader.load('User:SD0001/DiscussionCloser.js');             // Discussion closer
mw.loader.load('User:BrandonXLF/FindSources.js');              // Add source-finding links at the top of the article
//#CONFIGURATION
//----------------------------------------------------------------------------
// Configure reply-link.js
// See https://en.wikipedia.org/wiki/User:Enterprisey/reply-link.js#L-2064
// window.replyLinkPreloadPingTpl = "{{re|##}} {{tqqi|''... ...''}}";
window["convenientDiscussions"] && setTimeout(function(){
    convenientDiscussions.config.scriptPageWikilink = ""
}, 2000);