Fix some flaws of Instagram Web UI.
Instagram flaws by vufly
Details
Authorvufly
LicenseNo License
Categoryinstagram
Created
Updated
Size371 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 flaws
@version 20230109.10.11
@namespace userstyles.world/user/vufly
@description Fix some flaws of Instagram Web UI.
@author vufly
@license No License
==/UserStyle== */
@-moz-document domain("instagram.com") {
/* Users seen your story: Name overflow hidden the username */
._aada {
overflow: visible;
}
}