Pinned Loading
-
Recursively remove "unidentified dev...
Recursively remove "unidentified developer warning" in OSX so you don't need to manually allow each in system prefs 1//Recursively remove "unidentified developer warning" so you don't need to manually allow it in system prefs
23xattr -r -d com.apple.quarantine $1
-
Add all American Express offers
Add all American Express offers 1let buttons = Array.from(document.getElementsByClassName('btn offer-cta btn-secondary btn-sm btn-fluid'));
2let offerButtons = buttons.filter(button => button.title == "Add to Card");
34offerButtons.forEach(button => {
5console.log("Clicked on Add to Card")
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.