Skip to content
View dantheman3333's full-sized avatar
Block or Report

Block or report dantheman3333

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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
    2
    3
    xattr -r -d com.apple.quarantine $1
  2. Add all American Express offers Add all American Express offers
    1
    let buttons = Array.from(document.getElementsByClassName('btn offer-cta btn-secondary btn-sm btn-fluid'));
    2
    let offerButtons = buttons.filter(button => button.title == "Add to Card");
    3
    
                  
    4
    offerButtons.forEach(button => {
    5
    	console.log("Clicked on Add to Card")