Skip to content

Instantly share code, notes, and snippets.

View ultimateshadsform's full-sized avatar
🦔
Hedgehog.

Alexander ultimateshadsform

🦔
Hedgehog.
View GitHub Profile
import idautils
import tkinter as tk
import pyperclip
import re
def filter_strings(filter_string, exclude_patterns):
searched_strings = idautils.Strings()
filtered_strings = []
try:
pattern = re.compile(filter_string)
except re.error:
// ==UserScript==
// @name Auto Click "Boop" Spans and "Boop" Button
// @namespace tampermonkey.net
// @version 1.0
// @description Automatically clicks on spans containing text "Boop" and buttons with aria-label="boop" when they come into view during scrolling
// @author You
// @match *://*/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Auto Click "Boop" Spans and "Boop" Button
// @namespace tampermonkey.net
// @version 1.0
// @description Automatically clicks on the provided button and then clicks the second button every 1 second after that
// @author You
// @match *://*/*
// @grant none
// ==/UserScript==