[instagram] hide login dialog
[instagram.com] hide login dialog by hi-ogawa
Details
Authorhi-ogawa
LicenseNo License
Categoryinstagram
Created
Updated
Size402 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name [instagram] hide login dialog
@version 20220212.13.33
@namespace userstyles.world/user/hi-ogawa
@description [instagram] hide login dialog
@author hi-ogawa
@license No License
==/UserStyle== */
@-moz-document domain("instagram.com") {
body {
overflow: visible !important;
}
body > div[role=presentation] {
display: none;
}
}