User:Myrealnamm/twinkleoptions.js: Difference between revisions
Appearance
From Meta, a Wikimedia project coordination wiki
Saving Twinkle preferences: automatic edit from User:Xiplus/TwinkleGlobal/Preferences (TwinkleGlobal)
Saving Twinkle preferences: automatic edit from User:Xiplus/TwinkleGlobal/Preferences (TwinkleGlobal)
Line 36:
Line 36:
{
{
"value": "commonswiki",
"value": "commonswiki",
"label": ""
},
{
"value": "simplewiki",
"label": ""
"label": ""
}
}
Line 52:
Line 56:
{
{
"value": "commonswiki",
"value": "commonswiki",
"label": ""
},
{
"value": "simplewiki",
"label": ""
"label": ""
}
}
Line 61:
Line 69:
},
},
{
{
"value": "(削除) c (削除ここまで)",
"value": "(追記) commonswiki (追記ここまで)",
"label": ""
},
{
"value": "simplewiki",
"label": ""
"label": ""
}
}
Latest revision as of 00:28, 9 February 2025
// twinkleoptions.js: personal Twinkle preferences file // // NOTE: The easiest way to change your Twinkle preferences is by using the // Twinkle preferences panel, at [[User:Xiplus/TwinkleGlobal/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 file, make sure to use correct JavaScript. // <nowiki> window.TwinkleGlobal.prefs={ "optionsVersion":2, "summaryAd":" ([[m:TWG|TwinkleGlobal]])", "showPrefLink":false, "customSRGReasonList":[ { "value":"Open Proxy", "label":"Open Proxy" } ], "openTalkPage":[ "norm", "vand" ], "watchRevertedPages":[ "norm", "vand", "torev" ], "fluffDisabledWikis":[ { "value":"enwiki", "label":"" }, { "value":"commonswiki", "label":"" }, { "value":"simplewiki", "label":"" } ], "customCSDReasonList":[ { "value":"Long-term abuse", "label":"Long-term abuse" } ], "speedyDisabledWikis":[ { "value":"enwiki", "label":"" }, { "value":"commonswiki", "label":"" }, { "value":"simplewiki", "label":"" } ], "diffDisabledWikis":[ { "value":"enwiki", "label":"" }, { "value":"commonswiki", "label":"" }, { "value":"simplewiki", "label":"" } ] }; // </nowiki> // End of twinkleoptions.js