Advertisement
1337ings

[Tutorial] Unfollowing Everyone via Twitter

Nov 19th, 2016
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. _ _ _ __ _ _
  2. | | | | | | / _| | | |
  3. | |__| | _____ __ | |_ ___ _ _ _ __ | |_ ___ | | | _____ __
  4. | __ |/ _ \ \ /\ / / | __/ _ \ | | | | '_ \| _/ _ \| | |/ _ \ \ /\ / /
  5. | | | | (_) \ V V / | || (_) | | |_| | | | | || (_) | | | (_) \ V V /
  6. |_| |_|\___/ \_/\_/ \__\___/ \__,_|_| |_|_| \___/|_|_|\___/_\_/\_/ _ _ _
  7. (_) |__ __| (_) | | |
  8. _____ _____ _ __ _ _ ___ _ __ ___ __ ___ __ _ | |_ ___| |_| |_ ___ _ __
  9. / _ \ \ / / _ \ '__| | | |/ _ \| '_ \ / _ \ \ \ / / |/ _` | | \ \ /\ / / | __| __/ _ \ '__|
  10. | __/\ V / __/ | | |_| | (_) | | | | __/ \ V /| | (_| | | |\ V V /| | |_| || __/ |
  11. \___| \_/ \___|_| \__, |\___/|_| |_|\___| \_/ |_|\__,_| |_| \_/\_/ |_|\__|\__\___|_|
  12. __/ |
  13. |___/
  14.  
  15. _______________________________________________________________________________
  16. | Are you getting tired of having 2,000+ or more faggots that you're following |
  17. | Ever wanted to get rid of them without paying untrustworthy services to do it |
  18. | for you? well i got what you need, with "Inspect Element" you can trick your |
  19. | browser to click all unfollow buttons within the web-page, this takes common |
  20. | sence so just read the tutorial carefully & you will be following zero homos |
  21. | via Twitter. -----------------------------------------------------------------|
  22. |_______________________________________________________________________________|
  23.  
  24. __________________________________________________
  25.  
  26.  
  27. Step .1) Right click & click "Inspect Element" or " Inspect"
  28.  
  29. -------
  30.  
  31. Step .2) Click "Console"
  32.  
  33. -------
  34.  
  35. Step .3) Copy and Paste this code;
  36.  
  37.  
  38. setInterval(function(){t=$(".following").find
  39. (".follow-button");if(!t[0]){window.scrollTo(0,
  40. $(document).height());}else{ console.log(t.attr
  41. ("class")); t.trigger("click");}},100)
  42.  
  43.  
  44. -------
  45.  
  46. Step .4) Press enter & wait about 20 seconds, The unfollowing process will begin
  47.  
  48. -------
  49.  
  50. Step .5) No this will not just automatically unfollow everyone, It will unfollow every "unfollow" button it sees;
  51. That would mean to load a full page with all your following then execute the code.
  52. __________________________________________________
  53.  
  54. _____ _ _ _
  55. / ____| | (_) |
  56. | | _ __ ___ __| |_| |_ ___
  57. | | | '__/ _ \/ _` | | __/ __|
  58. | |____| | | __/ (_| | | |_\__ \
  59. \_____|_| \___|\__,_|_|\__|___/
  60.  
  61.  
  62. ____________________________________________________
  63. | |
  64. | Chris Poole | http://twitter.com/codingplanets |
  65. |____________________________________________________|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement