Skip to content

Instantly share code, notes, and snippets.

@cisoun
Last active November 7, 2019 15:49
Show Gist options
  • Save cisoun/1ccee3d1a2dea4f511819d2810ec04b1 to your computer and use it in GitHub Desktop.
Save cisoun/1ccee3d1a2dea4f511819d2810ec04b1 to your computer and use it in GitHub Desktop.
Remove blocker popup from Instagram web with Stylus
/*
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