Removes clutter from Kinja powered sites, like Jalopnik, AVClub, Jezebel, Gizmodo, Kotaku.
Kinja cleanup by bartek
Details
Authorbartek
LicenseNo License
Categoryjalopnik.com, gizmodo.com, jezebel.com, avclub.com, kotaku.com
Created
Updated
Size583 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 Kinja cleanup
@version 20230123.12.09
@namespace userstyles.world/user/bartek
@description Removes clutter from Kinja powered sites, like Jalopnik, AVClub, Jezebel, Gizmodo.
@author bartek
@license No License
==/UserStyle== */
@-moz-document domain("avclub.com"), domain("jalopnik.com"), domain("jezebel.com"), domain("gizmodo.com"), domain("kotaku.com") {
.js_video-sticky__top-limit,
.js_rev-content-placeholder {
display: none;
}
.js_post-content p ~ div:not([class*="media"]):not([class*="embed"]) {
display: none;
}
}