Advertisement
maddada

2018-09-09 Youtube Mass Unsub Script - iMacros

Sep 8th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1.  
  2. So this is going to be a fairly simple post to help you mass unsubscribe to channels on YouTube.
  3.  
  4. Step 1: Download iMacros for your borwser There are versions for Firefox and Chrome desktop only as of now. Links will be provided below: iMacros for Chome iMacros for Firefox
  5.  
  6. Step 2: Create a dummy script Once you've installed iMacros, you'll want to be in the Record Tab(found at the bottom). From there click the "Record Macro" and then right after click "Stop." You should now be in the macro editor, you're ready for the next step.
  7.  
  8. Step 3: Paste the code After completing Step 2, copy the code provided below and paste it into the editor that should've appeared. When pasting the code, delete the text in there already.
  9.  
  10. You'll see at the bottom of the editor a "Save as and Close" option, click that and name you're file what ever your heart desires.
  11.  
  12. Link to code to copy *Fixed by ItzLightMind
  13.  
  14. Step 4: Go to Manage YouTube Subscriptions Once you've prepared iMacros, go to YouTube's Subscription Manager. For you lazy folks and well everyone, I made that a link so you can just click on it.
  15.  
  16. Step 5: Run the Script Now is the fun part, running the script. To do so, you can simply double click the script you saved in step 3.
  17.  
  18. Step 5.2: But wait, only 12 channels unsubscribed, what gives?
  19.  
  20. Well speedy reader, I was getting there. The script only does 12 channels at a time but iMacros has this neat little feature to allow you to loop. Click your named script. Go into the "Play" tab at the bottom, and you'll see at the bottom a "Play macro repeatedly:" section. In the box next to the "Max:" text, set that number to how many times you need it to repeat or "loop." Default should be 3
  21.  
  22. Anyway, that should do it. If you have any issues with the script please alert me.
  23.  
  24. VERSION BUILD=844 RECORDER=CR
  25. URL GOTO=https://www.youtube.com/subscription_manager
  26. WAIT SECONDS=0.3
  27. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR>TD:nth-of-type(2)>SPAN>BUTTON"
  28. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  29. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  30. WAIT SECONDS=0.3
  31. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(2)>TD:nth-of-type(2)>SPAN>BUTTON"
  32. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(6)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  33. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  34. WAIT SECONDS=0.3
  35. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(3)>TD:nth-of-type(2)>SPAN>BUTTON"
  36. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(7)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  37. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  38. WAIT SECONDS=0.3
  39. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(4)>TD:nth-of-type(2)>SPAN>BUTTON"
  40. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(8)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  41. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  42. WAIT SECONDS=0.3
  43. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(5)>TD:nth-of-type(2)>SPAN>BUTTON"
  44. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(9)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  45. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  46. WAIT SECONDS=0.3
  47. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(6)>TD:nth-of-type(2)>SPAN>BUTTON"
  48. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(10)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  49. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  50. WAIT SECONDS=0.3
  51. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(7)>TD:nth-of-type(2)>SPAN>BUTTON"
  52. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(11)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  53. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  54. WAIT SECONDS=0.3
  55. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  56. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(12)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  57. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  58. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  59. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(12)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  60. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  61. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  62. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(13)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  63. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  64. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  65. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(14)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  66. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  67. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  68. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(15)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  69. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  70. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  71. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(16)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  72. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  73. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  74. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(17)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  75. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  76. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  77. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(18)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  78. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  79. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  80. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(19)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  81. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  82. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  83. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(20)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  84. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
  85. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(5)>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(2)>SPAN>BUTTON"
  86. TAG SELECTOR="HTML>BODY>DIV:nth-of-type(2)>DIV:nth-of-type(21)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>BUTTON:nth-of-type(2)"
  87. EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement