Wikipedista:Martin Urbanec (WMF)/Cheatlist
Pracovní cheatlist skriptů pro měnění chování Domovské stránky.
- Zapnutí/vypnutí SE:
new mw.Api().saveOption('growthexperiments-homepage-suggestededits-activated', 0).done( function() { window.location.reload() });
- Změna mentora:
new mw.Api().saveOption('growthexperiments-mentor-id', 1620).done( function() { window.location.reload() });
- Změna varianty:
new mw.Api().saveOption('growthexperiments-homepage-variant', 'D').done( function() { window.location.reload() });