Show the full text of News posts automatically.
GayHarem - Remove "Read More" links from news items by nypup2train
Details
Authornypup2train
LicenseCC BY-SA 4.0
Categorygayharem
Created
Updated
Size478 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Changelog
2022.12.07: Initial Release
Source code
/* ==UserStyle==
@name gayharem.com - remove "read more" links
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Show the full text of News posts automatically.
@author NYPup2Train
==/UserStyle== */
@-moz-document domain("gayharem.com") {
#popups #popup_news .news_page_content .news_page_text {
height: unset !important;
}
#popups #popup_news .news_page_content .read_more {
display: none;
}
}