speedtest.net cleaned, without adds
SpeedTest clean by anandi108
Details
Authoranandi108
LicenseNo License
Categoryspeedtest.net
Created
Updated
Size733 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 SpeedTest clean
@version 20241206.06.45
@namespace https://userstyles.world/user/anandi108
@description speedtest.net cleaned, without adds
@author anandi108
==/UserStyle== */
@-moz-document domain("speedtest.net") {
div.pure-u-custom-ad-skyscraper,
div.pure-u-custom-ad-rectangle,
div.top-placeholder,
div.eot-box-wrapper,
div[data-ad-placeholder="lowerboard"]
{
display: none !important;
}
div#container,
div.container
{
width: 100% !important;
min-width: 860px !important;
}
div.pure-u-custom-speedtest
{
max-width: fit-content !important;
margin-left: auto !important;
margin-right: auto !important;
}
div.nav-menu > ul
{
padding: 0 !important;
}
}