Skip to content

Instantly share code, notes, and snippets.

View franciscocorrales's full-sized avatar

Francisco Corrales Morales franciscocorrales

View GitHub Profile
@franciscocorrales
franciscocorrales / cocaCola.txt
Last active February 27, 2020 21:28
Coca Cola
/**
Page to run at: https://promo.coca-cola.co.cr/inicio
Valid Code Response:
{"errorId":0,"errorMessage":"Se realizó la operación con éxito"}
Invalid Code Response:
{"errorId":10,
@franciscocorrales
franciscocorrales / audible
Last active December 12, 2019 20:38
audible
/**
*/
(function () {
function changeSpeed(speed) {
$($("input[name=speedvalue]")[0]).val(speed);
$("input[name=speedvalue]")[0].click();
}
@franciscocorrales
franciscocorrales / cerveClub
Last active September 3, 2019 01:48
cerveClub
cerveClub = {
tries: 0,
keepRunning: true,
identification: "206730002",
fake_identification: "209992222",
valid_codes = [],
wait_miliseconds = 300
};
function pauseCerveClubBot() {
@franciscocorrales
franciscocorrales / likeAllPost
Last active January 18, 2020 16:53
likeAllPost.js
/*
Works for tags and locations.
How to use:
Open an URL.
Tag Example: https://www.instagram.com/explore/tags/loremipsum/
Location Example: https://www.instagram.com/explore/locations/219976434/
Open the browser console.
Copy and run this code.