Last active
November 7, 2019 15:49
-
-
Save cisoun/1ccee3d1a2dea4f511819d2810ec04b1 to your computer and use it in GitHub Desktop.
Remove blocker popup from Instagram web with Stylus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Create a new stylesheet for "instagram.com" with the Stylus* extension and | |
add the following lines to it to remove their goddamn popup. | |
* Install it from there: | |
Firefox: https://addons.mozilla.org/en/firefox/addon/styl-us/ | |
Chrome: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne | |
*/ | |
body { overflow: unset !important; } | |
.RnEpo { display: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment