A css style made to purify Hindustan Times browsing experience.
www.hindustantimes.com by prirai
Details
Authorprirai
LicenseNo License
Categoryhindustantimes.com
Created
Updated
Size565 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 www.hindustantimes.com/sports/olympics/it-wasnt-just-a-win-it-was-a-statement-india-mens-hockey-coach-craig-fulton-after-s... - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.hindustantimes.com/") {
@media (min-width: 768px) {
.mainContainer {
padding-top: 10px;
width: 80%;
flex-shrink: 0;
margin: 0 auto 60px;
background-color: #fff;
border-radius: 12px;
}
}
}