Skip to content

Instantly share code, notes, and snippets.

View clins1994's full-sized avatar
🐌

Caio Lins clins1994

🐌
View GitHub Profile
@clins1994
clins1994 / beeper-desktop-compact-favorites.css
Last active June 8, 2024 06:16
Make beeper's favorite area more compact
// beeper versions
// > olm version: Olm version: 3.2.15
// > beeper-web commit hash: dd2bef88a00e19b9d9279691eb457453c6bbd367
// > beeper-desktop version: 3.106.2
.favourites__tiles {
row-gap: 6px !important;
padding: 2px !important;
padding-left: 0 !important;
}
@clins1994
clins1994 / log-in-to-instagram.js
Last active December 13, 2020 10:43
A script that logs you into Instagram using JavaScript & Google Puppeteer (headless Chrome)
/* INSTRUCTIONS ON HOW TO RUN VIA COMMAND LINE
* $ node -v
* $ 12.14.0
* $ npm -v
* $ 6.14.9
* $ cd directory-containing-log-in-to-instagram-script
* $ npm init
* $ npm install puppeteer
* $ node log-in-to-instagram.js
*/
@clins1994
clins1994 / unfollow-everyone-on-instagram.js
Last active December 19, 2021 18:04
Unfollow Everyone on Instagram
// HOW TO RUN IT ON GOOGLE CHROME
// 1. OPEN INSTAGRAM
// 2. OPEN LIST OF FOLLOWERS
// 3. OPEN DEVELOPER TOOLS
// 4. COPY EVERYTHING HERE CTRL + A
// 5. PASTE EVERYTHING IN DEVELOPER TOOLS CONSOLE
// 6. CLICK ENTER
// THERE YOU WILL SOON HAVE NO FRIENDS
const FOLLOWING_BUTTON_TEXT = 'フォロー中' // CHANGE THIS TO YOUR LANGUAGE