https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=User%3AProgrammingGeek%2Ftwinkleoptions.jsUser:ProgrammingGeek/twinkleoptions.js - Revision history2025-06-02T11:30:06ZRevision history for this page on the wikiMediaWiki 1.45.0-wmf.3https://en.wikipedia.org/w/index.php?title=User:ProgrammingGeek/twinkleoptions.js&diff=712548897&oldid=prevProgrammingGeek: 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 "save" in the Twinkle preferences<br />
// panel. If modifying this file, make sure to use correct JavaScript.<br />
<br />
window.Twinkle.prefs = {<br />
"twinkle": {<br />
"logSpeedyNominations": true,<br />
"xfdWatchPage": "no",<br />
"xfdWatchDiscussion": "yes"<br />
},<br />
"friendly": {}<br />
};<br />
<br />
// End of twinkleoptions.js</div>ProgrammingGeek