User:Red dust/vector.js: Difference between revisions
From Test Wiki
Content deleted Content added
Created page with "/** * +-------------------------------------------------------------------------+ * | === WARNING: GLOBAL GADGET FILE === | * | Changes to this page affect many users. | * | Please discuss changes at WT:TW before editing. | * +-------------------------------------------------------------------------+ * * Imported from github [https://github.com/wikimedia-gadgets/twinkle]...." |
No edit summary |
||
| Line 19: | Line 19: | ||
(function() { |
(function() { |
||
// Check if account is experienced enough to use Twinkle |
|||
if (!Morebits.userIsInGroup('autoconfirmed') && !Morebits.userIsInGroup('confirmed')) { |
|||
return; |
|||
} |
|||
const Twinkle = {}; |
const Twinkle = {}; |
||
| Line 60: | Line 55: | ||
defaultToBlock64: false, |
defaultToBlock64: false, |
||
defaultToPartialBlocks: false, |
defaultToPartialBlocks: false, |
||
blankTalkpageOnIndefBlock: |
blankTalkpageOnIndefBlock: true, |
||
// Rollback |
// Rollback |
||