Forked from another users style but changes the font
Rarbg Better font by honeynipples
Details
Authorhoneynipples
LicenseNo License
CategoryRarbg.to
Created
Updated
Size4.0 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 Simple RARBG 1.0H
@version 20220423.18.15
@namespace userstyles.world/user/hl2guide
@description Simple layout and larger torrent link and magnet icon.
@author hl2guide
@license MIT
==/UserStyle== */
@-moz-document regexp("https\\:\\/\\/(www.|)(rarbgmirror\\.org|rarbg\\.to|rarbgaccess\\.org|rarbgunblock\\.com|rarbgaccess\\.org|rarbg\\.unblockninja\\.com|rarbgget\\.org|proxyrarbg\\.org|rarbgto\\.org)\\/torrents\\.php(.*)") {
/* MAIN PAGE */
/* Hides many page elements */
body > div:nth-child(7),
body > div:nth-child(9),
body > div:nth-child(12),
img[src^="cat_new"],
td.header6:nth-child(1),
table > tr > td:nth-child(1),
table:nth-child(6) > tbody > tr > td:last-child > div.content-rounded > table.lista-rounded > tbody > tr:nth-child(2) > td > table.lista2t:last-child > tbody > tr.lista2 > td.lista:first-child,
table:nth-child(6) > tbody > tr > td:first-child,
body > table:nth-child(4),
.lista-rounded > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > br:nth-child(7),
body > br:nth-child(11),
/*body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(2) > td > div */
body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(1) > td,
body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(2) > td > div:nth-child(1) {
display: none !important;
}
/* Hides Columns in table - the four right most columns */
td.header6:nth-child(6),
tr.lista2 > td:nth-child(6),
td.header6:nth-child(7),
tr.lista2 > td:nth-child(7),
td.header6:nth-child(8),
tr.lista2 > td:nth-child(8),
td.header6:nth-child(9),
tr.lista2 > td:nth-child(9) {
display: none !important;
}
/* Hides even more columns (Added, Size) */
/*td.header6:nth-child(4),
tr.lista2 > td:nth-child(4),
td.header6:nth-child(5),
tr.lista2 > td:nth-child(5) {
display: none !important;
}*/
/* Removes the footer text */
body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(4),
body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(6) {
display: none !important;
}
/* Removes some padding */
body > table:nth-child(6) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2),
table {
padding-top: 0px !important;
}
/* Warns for bad links */
a[href*="weaver"] {
background: #ffff00;
border: 2px red solid;
color: red;
}
/* ===== RESULTS PAGE ===== */
}
@-moz-document regexp("https\\:\\/\\/(www.|)(rarbgmirror\\.org|rarbg\\.to|rarbgaccess\\.org|rarbgunblock\\.com|rarbgaccess\\.org|rarbg\\.unblockninja\\.com|rarbgget\\.org|proxyrarbg\\.org|rarbgto\\.org)\\/torrent\\/(.*)") {
/* RESULTS PAGE */
/* Sets Magnet link to be bigger */
a[href^="magnet:"] img {
/*background:url("https://image.flaticon.com/icons/png/512/547/547863.png");*/
border: 1px purple solid;
height: 13px;
src: none;
width: 13px;
}
/* Sets font size of torrent download link */
a[href^="/download.php?"] {
font-size: 10pt !important;
}
/* Removes pointless information - VPN, Related */
body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(2) > td > div > table > tbody > tr:nth-child(13),
body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(2) > td > div > table > tbody > tr:nth-child(6),
body > table:nth-child(6) > tbody > tr > td:nth-child(2) > div > table > tbody > tr:nth-child(2) > td > div > table > tbody > tr:nth-child(3) {
display: none !important;
}
}