Skip to content

Instantly share code, notes, and snippets.

View rubenpenap's full-sized avatar

Ruben Peña rubenpenap

View GitHub Profile
@rubenpenap
rubenpenap / followersDeleter.js
Last active January 7, 2025 01:34
Delete instagram Followers that you don´t follow.
(async function autoUnfollow() {
/**
* Función que inicia la animación de confeti.
*/
function confettiAnimation() {
const canvas = document.createElement('canvas');
canvas.style.position = 'fixed';
canvas.style.top = '0';
canvas.style.left = '0';
canvas.style.width = '100%';