tweaks to page
pball's little facebook mods by pball
Details
Authorpball
LicenseNo License
Categoryfacebook.com
Created
Updated
Size1.9 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 pball's little facebook mods
@version 20231101.00.02
@namespace userstyles.world/user/pball
@description tweaks to page
@author pball
@license No License
==/UserStyle== */
@-moz-document domain("facebook.com") {
/* Shrink left menu items*/
.x1n2onr6.xw7yly9.x1iyjqo2.xdt5ytf.x78zum5 {
transform: scale(.8);
transform-origin: left top;
}
/*Stories and Reels*/
.x78zum5.x1q0g3np.xl56j7k.x1yztbdb.x1y1aw1k, [href$="/stories/create/"]{
display:none !important
}
/* Stories thing */
[data-pagelet="Stories"], [aria-label="Stories"] {
display:none !important
}
/* Copyright */
footer > .xi81zsa.xo1l8bm.x1sibtaa.x1pg5gke.x676frb.x4zkp8e.x1943h6x.x1fgarty.x1cpjm7i.x1gmr53x.xhkezso.x1s928wv.x1lliihq.x1xmvt09.x1vvkbs.x13faqbe.xeuugli.x193iq5w {
display:none !important
}
/* Top buttons, watch, marketplace, groups, gaming */
[aria-label^="Video"], a[href="/marketplace/?ref=app_tab"], [aria-label^="Groups"], [aria-label^="Gaming"], [aria-label^="Pages"] {
display:none !important
}
/* Side bar crap */
a.oajrlxb2[href$="facebook.com/fundraisers/"], a.oajrlxb2[href*="votinginformationcenter/?entry_point"], a.oajrlxb2[href$="facebook.com/watch/"], a.oajrlxb2[href*="facebook.com/climatescienceinfo/"], a.oajrlxb2[href*="facebook.com/coronavirus_info/"], a.oajrlxb2[href*="facebook.com/blooddonations/"], a.oajrlxb2[href*="facebook.com/campus/"], a.oajrlxb2[href*="facebook.com/crisisresponse/"], a.oajrlxb2[href*="facebook.com/facebook_pay/"], a.oajrlxb2[href*="facebook.com/fundraisers/"], a.oajrlxb2[href*="facebook.com/games/"], a.oajrlxb2[href*="facebook.com/gaming/"], a.oajrlxb2[href*="facebook.com/jobs/"], a.oajrlxb2[href*="facebook.com/liftblackvoices/"], a.oajrlxb2[href*="facebook.com/watch/live/"] {
display:none !important
}
#sfx_control_panel{
display:none !important
}
}