https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=User%3AProgrammingGeek%2Ftwinkleoptions.js User:ProgrammingGeek/twinkleoptions.js - Revision history 2025-06-02T11:30:06Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.3 https://en.wikipedia.org/w/index.php?title=User:ProgrammingGeek/twinkleoptions.js&diff=712548897&oldid=prev ProgrammingGeek: Saving Twinkle preferences: automatic edit from Wikipedia:Twinkle/Preferences (TW) 2016-03-29T19:14:38Z <p>Saving Twinkle preferences: automatic edit from <a href="/wiki/Wikipedia:Twinkle/Preferences" title="Wikipedia:Twinkle/Preferences">Wikipedia:Twinkle/Preferences</a> (<a href="/wiki/Wikipedia:TW" class="mw-redirect" title="Wikipedia:TW">TW</a>)</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 /> <br /> window.Twinkle.prefs = {<br /> &quot;twinkle&quot;: {<br /> &quot;logSpeedyNominations&quot;: true,<br /> &quot;xfdWatchPage&quot;: &quot;no&quot;,<br /> &quot;xfdWatchDiscussion&quot;: &quot;yes&quot;<br /> },<br /> &quot;friendly&quot;: {}<br /> };<br /> <br /> // End of twinkleoptions.js</div> ProgrammingGeek