https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=User%3AProgrammingGUY%2Ftwinkleoptions.jsUser:ProgrammingGUY/twinkleoptions.js - Revision history2025-07-02T23:34:19ZRevision history for this page on the wikiMediaWiki 1.45.0-wmf.7https://en.wikipedia.org/w/index.php?title=User:ProgrammingGUY/twinkleoptions.js&diff=1165907131&oldid=prevProgrammingGUY: ←Created page with '// twinkleoptions.js: personal Twinkle preferences file // // NOTE: The easiest way to change your Twinkle preferences is by using the // Twinkle preferences panel, at Wikipedia:Twinkle/Preferences. // // This file is AUTOMATICALLY GENERATED. Any changes you make (aside from // changing the configuration parameters in a valid-JavaScript way) will be // overwritten the next time you click "save" in the Twinkle preferences // panel. If modifying this fi...'2023-07-18T04:59:21Z<p><a href="/wiki/Wikipedia:AES" class="mw-redirect" title="Wikipedia:AES">←</a>Created page with '// twinkleoptions.js: personal Twinkle preferences file // // NOTE: The easiest way to change your Twinkle preferences is by using the // Twinkle preferences panel, at <a href="/wiki/Wikipedia:Twinkle/Preferences" title="Wikipedia:Twinkle/Preferences">Wikipedia:Twinkle/Preferences</a>. // // This file is AUTOMATICALLY GENERATED. Any changes you make (aside from // changing the configuration parameters in a valid-JavaScript way) will be // overwritten the next time you click "save" in the Twinkle preferences // panel. If modifying this fi...'</p>
<p><b>New page</b></p><div>// twinkleoptions.js: personal Twinkle preferences file<br />
//<br />
// NOTE: The easiest way to change your Twinkle preferences is by using the<br />
// Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]].<br />
//<br />
// This file is AUTOMATICALLY GENERATED. Any changes you make (aside from<br />
// changing the configuration parameters in a valid-JavaScript way) will be<br />
// overwritten the next time you click "save" in the Twinkle preferences<br />
// panel. If modifying this file, make sure to use correct JavaScript.<br />
// <nowiki><br />
<br />
window.Twinkle.prefs = {<br />
"optionsVersion": 2.1,<br />
"logProdPages": true,<br />
"logSpeedyNominations": true,<br />
"watchTaggedVenues": [<br />
"articles",<br />
"redirects",<br />
"files"<br />
],<br />
"logXfdNominations": true<br />
};<br />
<br />
// </nowiki><br />
// End of twinkleoptions.js</div>ProgrammingGUY