A new userstyle
yoyoyo123321 by uhhhidkman
Details
Authoruhhhidkman
LicenseNo License
Categoryreel remover
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 09/08/2023, 04:50:05
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.instagram.com/") {
/* Hide Reels and Explore tabs */
div[aria-label="Reels"],
a[href="/reel/"],
a[href="/reels/"],
div[role="button"][aria-label="Reels"],
div[aria-label="Search & Explore"],
a[href="/explore/"],
div[role="button"][aria-label="Search & Explore"]
{
display: none !important;
}
/* Hide Stories and Feed sections */
div[aria-label="Stories"],
div[role="feed"] div[role="button"][aria-label="Close"],
div[role="feed"],
div[role="button"][aria-label="Home"]
{
display: none !important;
}
/* Hide remaining elements */
body, html
{
height: 100%;
overflow: hidden;
}
div[role="presentation"],
div[role="presentation"] > div[role="main"],
div[role="presentation"] > div[role="complementary"],
header[role="banner"]
{
display: none !important;
}
/* Show posts on home page */
.Nnq7CweB_0._8E6Ct {
display: block !important;
}
}