Jump to content

User:Sroc/common.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.
window.kephirUnclutter = {
        enableOnPageLoad            : true,
        wrapDiscussions             : true,
        collapseDiscussionsByDefault: false,
        signaturesProcess           : true,
        signaturesMinimise          : true,
        signaturesColourise         : true,
        signaturesExceptions        : [],
        userAnnotations             : { /* "username": "annotation" pairs, separated by commas */ },
        processSig                  : function (wrapper, username, annotation) { return false; },
        postProcessSig              : function (minisig, username, annotation, oldsig) { return false; }
};
/* window.kephirUnclutter = { configuration } */
importScript('User:Kephir/gadgets/unclutter.js'); // [[User:Kephir/gadgets/unclutter]]