Advertisement
coinwalk

ignore bad guys

Apr 11th, 2021
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. // ==UserScript==
  2. // @name permaignore
  3. // @description permanently ignore a list of accounts
  4. // @version 1.0
  5. // @author snowy
  6. // @license Do what you feel what you need to do
  7. // @match https://www.999dice.com/
  8. // @include https://www.999dice.com/
  9. // @run-at document-end
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13.  
  14. // put your comma separated list of account numbers you want to ignore here
  15. var delayInMilliseconds = 10000; //5 second
  16. setTimeout(function() {
  17. setTimeout(function() {
  18. document.getElementById('ChatTabText').value = "/stfu 22233425";
  19. },1000);
  20. setTimeout(function() {
  21. document.getElementById("ChatTabSendButton").click()
  22. },1000);
  23. setTimeout(function() {
  24. document.getElementById('ChatTabText').value = "/stfu 332001471";
  25. },1000);
  26. setTimeout(function() {
  27. document.getElementById("ChatTabSendButton").click()
  28. },1000);
  29. setTimeout(function() {
  30. document.getElementById('ChatTabText').value = "/stfu 22070650";
  31. },1000);
  32. setTimeout(function() {
  33. document.getElementById("ChatTabSendButton").click()
  34. },1000);
  35. setTimeout(function() {
  36. document.getElementById('ChatTabText').value = "/stfu 68848846";
  37. },1000);
  38. setTimeout(function() {
  39. document.getElementById("ChatTabSendButton").click()
  40. },1000);
  41. setTimeout(function() {
  42. document.getElementById('ChatTabText').value = "/stfu 755332";
  43. },1000);
  44. setTimeout(function() {
  45. document.getElementById("ChatTabSendButton").click()
  46. },1000);
  47. setTimeout(function() {
  48. document.getElementById('ChatTabText').value = "/stfu 312112584";
  49. },1000);
  50. setTimeout(function() {
  51. document.getElementById("ChatTabSendButton").click()
  52. },1000);
  53. setTimeout(function() {
  54. document.getElementById('ChatTabText').value = "/stfu 323112273";
  55. },1000);
  56. setTimeout(function() {
  57. document.getElementById("ChatTabSendButton").click()
  58. },1000);
  59. setTimeout(function() {
  60. document.getElementById('ChatTabText').value = "/stfu 249289588";
  61. },1000);
  62. setTimeout(function() {
  63. document.getElementById("ChatTabSendButton").click()
  64. },1000);
  65. setTimeout(function() {
  66. document.getElementById('ChatTabText').value = "/stfu 1632296";
  67. },1000);
  68. setTimeout(function() {
  69. document.getElementById("ChatTabSendButton").click()
  70. },1000);
  71. setTimeout(function() {
  72. document.getElementById('ChatTabText').value = "/stfu 25615460";
  73. },1000);
  74. setTimeout(function() {
  75. document.getElementById("ChatTabSendButton").click()
  76. }, 1000);
  77. }, delayInMilliseconds);
  78.  
  79.  
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement