https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=User%3AProgrammingGUY%2Ftwinkleoptions.js User:ProgrammingGUY/twinkleoptions.js - Revision history 2025-07-02T23:34:19Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.7 https://en.wikipedia.org/w/index.php?title=User:ProgrammingGUY/twinkleoptions.js&diff=1165907131&oldid=prev ProgrammingGUY: ←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 &#039;// 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 &quot;save&quot; in the Twinkle preferences // panel. If modifying this fi...&#039;</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 &quot;save&quot; in the Twinkle preferences<br /> // panel. If modifying this file, make sure to use correct JavaScript.<br /> // &lt;nowiki&gt;<br /> <br /> window.Twinkle.prefs = {<br /> &quot;optionsVersion&quot;: 2.1,<br /> &quot;logProdPages&quot;: true,<br /> &quot;logSpeedyNominations&quot;: true,<br /> &quot;watchTaggedVenues&quot;: [<br /> &quot;articles&quot;,<br /> &quot;redirects&quot;,<br /> &quot;files&quot;<br /> ],<br /> &quot;logXfdNominations&quot;: true<br /> };<br /> <br /> // &lt;/nowiki&gt;<br /> // End of twinkleoptions.js</div> ProgrammingGUY