Makes follower popup long and autoscrolling to make UNFOLLOWING easy!!
Instagram Long "Following" List, for easy UNFOLLOW by mfilsht
Details
Authormfilsht
LicenseNo License
Categoryinstagram
Created
Updated
Size821 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.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("instagram.com") {
/* Target the pop-up window */
div[role="dialog"] {
max-height: 90% !important;
/* Increase height */
max-width: 90% !important;
/* Increase width */
height: 90% !important;
/* Set a larger height */
width: 90% !important;
/* Set a larger width */
overflow: auto !important;
/* Enable scrolling if content overflows */
}
/* Optionally, adjust internal elements if needed */
div[role="dialog"] .xjbqb8w {
max-height: 100% !important;
/* Ensure internal content stretches */
}
}