Skip to main content

Posts

Showing posts with the label program

How to unsubscribe all your YouTube Channels with just a single click

 ๐Ÿ”ฐ ๐Ÿ”ฐ โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž– [You can only do this with a pc ] 1โƒฃ https://www.youtube.com/feed/channels Click or type this link in your web browser   (in pc only) 2โƒฃ Right click on the page  and click on inspect and go to console section 3โƒฃ copy and paste this code ๐Ÿ‘‡ Code: var i = 0; var count = document.querySelectorAll("ytd-channel-renderer:not(.ytd-item-section-renderer)"); myTimer(); function myTimer () {     if (count == 0) return;     el = document.querySelector('.ytd-subscribe-button-renderer');     el.click();     setTimeout(function () {         var unSubBtn = document.getElementById("confirm-button").click();         i++;         count--;         console.log(i + " unsubscribed");         console.log(count + " remaining");         setTimeout(function () {             el = document.que...

แด„แดแด…ษชษดษข | สœแดแดก แด›แด แดแด€แด‹แด‡ แด€ แด˜สแด›สœแดษด สœแดsแด› แด„สœแด‡แด„แด‹แด‡ส€ า“แดส€ สŸษชษดแดœx

 ๐Ÿ“• แด„แดแด…ษชษดษข ษชs แด›สœแด‡ แด‡แด€sส แด˜แด€ส€แด›. ส™แด‡ษขษชษด า“ส€แดแด ษชแดแด˜แดส€แด›ษชษดษข sสs แด€ษดแด… sแดแด„แด‹แด‡แด›, แด›สœแด‡ษด, แดกส€ษชแด›แด‡ แด›สœแด‡ า“แดสŸสŸแดแดกษชษดษข แด„แดแด…แด‡: import os # Importing main libs import sys start = "" # Setting up variables range1 = 0 range2 = 0   for carg in sys.argv: # Checking for arguments     if carg == "-s":         argnum = sys.argv.index(carg)         argnum += 1 start = sys.argv[argnum]     elif carg == "-r1":         argnum = sys.argv.index(carg)         argnum += 1         range1r = sys.argv[argnum]         range1 = int(range1r)     elif carg == "-r2":         argnum = sys.argv.index(carg)         argnum += 1         range2r = sys.argv[argnum]         range2 = int(range2r)   print ("[*] Host Scanner launched!") # Informs user about initialize   if start == "": # Checks if all th...