Skip to content

Commit

Permalink
Update twitchmassban.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb authored Sep 29, 2021
1 parent 29b1e42 commit 58a111a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions twitchmassban.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
// @name RaidHammer - Easily ban multiple accounts during hate raids
// @description A tool making twitch modding easier during hate raids
// @namespace https://github.com/victornpb/twitch-mass-ban
// @version 0.11.0
// @version 1.0.0
// @match *://*.twitch.tv/*
// @grant none
// @run-at document-idle
// @homepageURL https://github.com/victornpb/twitch-mass-ban
// @supportURL https://github.com/victornpb/twitch-mass-ban/issues
// @downloadURL https://github.com/victornpb/twitch-mass-ban/raw/master/twitchmassban.user.js
// @contributionURL https://www.buymeacoffee.com/vitim
// @grant none
// @license MIT
Expand Down Expand Up @@ -194,7 +195,7 @@
}
}
}
setInterval(appendActivatorBtn, 1E3);
setInterval(appendActivatorBtn, 5000);


//events
Expand Down

0 comments on commit 58a111a

Please sign in to comment.