Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name permaignore
- // @description permanently ignore a list of accounts
- // @version 1.0
- // @author Elele
- // @license Do what you feel what you need to do
- // @match https://www.999dice.com/
- // @include https://www.999dice.com/
- // @run-at document-end
- // @grant none
- // ==/UserScript==
- // put your comma separated list of account numbers you want to ignore here
- var delayInMilliseconds = 10000; //5 second
- setTimeout(function() {
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 22233425";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 332001471";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 22070650";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 68848846";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 755332";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 312112584";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 323112273";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 249289588";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 1632296";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- },1000);
- setTimeout(function() {
- document.getElementById('ChatTabText').value = "/stfu 25615460";
- },1000);
- setTimeout(function() {
- document.getElementById("ChatTabSendButton").click()
- }, 1000);
- }, delayInMilliseconds);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement