User:Cocoaguy/monobook.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.
//[[User:Dr pda/persondata.js]]

importScript('User:Dr pda/persondata.js');

// [[User:Lupin/popups.js]]
 
importScript("User:Lupin/recent1.js");
 
importScript("User:Lupin/recent2.js");
 
importScript('User:AzaToth/twinkle.js');
 
importScript ('Wikipedia:WikiProject User scripts/Scripts/Time');

// peer review script below
importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]

//shortcut hints

a[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    border: thin solid;
    font-family: sans-serif;
    text-decoration: underline overline;
    margin-right: 0.5ex;
}