🏠 Home 

Disable Writefull (Overleaf Debloat)

Gets rid of the margins and padding in the web.whatsapp.com interface.


Install this script?
Install as user style?
/* ==UserStyle==
@name Disable Writefull (Overleaf Debloat)
@author Gresh1234
@namespace Gresh1234
@description Gets rid of the margins and padding in the web.whatsapp.com interface.
@locale en-us
@match            *://*.overleaf.com/*
@version          1.0
@license MIT
==/UserStyle== */
#writefull-toolbar-launcher {
display: none;
}