User:Smalljim/vector.js

From Wikipedia, the free encyclopedia
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.
//===============Popups===========================================
popupHideDelay=0.3;
popupSetupMenu=false;
popupFixDabs=true;
//popupSummaryData=false;
popupLastModified=false;
popupInitialWidth=800;
popupOnEditSelection=false;
popupPreviewKillTemplates=false;
popupPreviewFirstParOnly=false;
popupMaxWidth=550;

//=================6tabs-vector===================================
//[[user:js/6tabs-vector]]
sixTabsNames = {
'edit':'e',
'viewsource':'s',
'history':'h',
'addsection':'+'
}
importScript('User:Js/6tabs-vector.js');

//===============Splarka's contribsrange.js=======================
importScript('User:Smalljim/contribsrange.js');

//===============Hide My Contribs button==========================
importScript('User:Markhurd/hidetopcontrib.js');

//===============Customise Remember_the_dot's Syntax highlighter==========================
syntaxHighlighterConfig = {
    headingColor: "#B7C6FF", //pale dark blue
    listOrIndentColor: "#72E662", //more intense green
}