79626843

Date: 2025-05-17 17:47:35
Score: 3.5
Natty:
Report link

import webbrowser

import time

URL = input("www.youtube.com/@Alexzapmar-b3s: ")

Duration = int(input("1min: "))

Times = int(input(" 2000"))

for x in range(Times):

   webbrowser.open_new(url)
   time.sleep(Duration)
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alexzapmar