some tweaks for old reddit
old reddit tweaks by k4rli
Details
Authork4rli
LicenseNo License
Categoryreddit
Created
Updated
Size572 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 old reddit tweaks
@version 20220129.18.38
@namespace userstyles.world/user/k4rli
@description some tweaks for old reddit
@author k4rli
@license No License
==/UserStyle== */
@-moz-document domain("old.reddit.com") {
html:hover {
# cursor: none;
}
* {
#transition:ease 0.5s;
}
*:hover {
#transform: scaleX(-1);
}
* { #opacity: 0; transition: all 0.1s; }
*:hover { #opacity: 1; }
a[href*="giphy"]:after {
content: "fuck gifs on reddit";
}
a[href*="giphy"] img[src*="redd.it"] {
display: none;
}
}