Skip to content

Instantly share code, notes, and snippets.

View pacoespinoza's full-sized avatar
🙃
success is a choice! #blessed #unstoppable

Paco Espinoza pacoespinoza

🙃
success is a choice! #blessed #unstoppable
View GitHub Profile
I am attesting that this GitHub handle pacoespinoza is linked to the Tezos account tz2KUx5L3fx9EUFYZreMWqntkLwqSBywgZUc for tzprofiles
sig:spsig1RYNv1NYwYnXpP8vQUGKjuN2NQ66BLrcRYqVdwtiex9w52VuWs3uwuAEKZn3wyPuCcenPWpW9J9q25Gn8UyLreAEhHsDZh
@pacoespinoza
pacoespinoza / moveToWishlistAmazonSavedItems.js
Last active December 21, 2022 17:31 — forked from MichaelLawton/deleteAmazonSavedItems.js
Removes all Amazon saved for later items on the cart page. It will only remove visible items. You might want to scroll first to make more items visible. To use paste code in developer console (Ctrl+Shift+J or Cmd+Opt+J in Chrome) then press enter.
function moveToWishList() {
var query = document.querySelectorAll("#sc-saved-cart input[value='Mover a la Wish List']")
if (query.length) {
query[0].click();
}
var query2 = document.querySelectorAll("#registry-2STN5ENQWOZ8J a")
if (query2.length) {
query2[0].click();
}
if (query.length > 1) {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pacoespinoza
pacoespinoza / review-introduction.ipynb
Created February 10, 2020 18:38
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pacoespinoza
pacoespinoza / PY0101EN-1-2-Strings.ipynb
Created February 9, 2020 20:03
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pacoespinoza
pacoespinoza / PY0101EN-1-1-Types.ipynb
Created February 9, 2020 19:46
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.