Advertisement
peachyontop

kick cloudflare

Mar 20th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for key, value in self.local_storage.items(): tosend = """window.localStorage.setItem('{key}','{value}');""".format(key=key, value=value) self.page.evaluate(tosend)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement