Skip to content

Instantly share code, notes, and snippets.

View vanilladrop's full-sized avatar

vanilladrop

View GitHub Profile
@vanilladrop
vanilladrop / no-borders-whatsapp-web.user.js
Last active December 26, 2024 06:42 — forked from nuriofernandez/no-borders-whatsapp-web.js
web.whatsapp.com remove borders script (for Firefox + Greasemonkey)
// ==UserScript==
// @name WhatsApp Border Remover
// @version 1
// @grant none
// @match https://web.whatsapp.com/*
// ==/UserScript==
const container = "#app > div ._aigs";
const removeBorders = () => {
const wrapper = document.querySelector(container);