Removes everything except the Stopwatch/Countdown.
Timer Only by Airazone

Details
AuthorAirazone
LicenseCC Zero
Categoryonline-stopwatch
Created
Updated
Code size404 B
Code checksumba0b5219
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name Timer Only - Online Stopwatch
@namespace https://userstyles.world/user/Airazone
@version 1.0
@description Removes everything except the Stopwatch/Countdown.
@author Airazon
==/UserStyle== */
@-moz-document domain("online-stopwatch.com") {
.header, .toplinks, .flxcen, .blue, .footer, .push {
display:none!important;
}
}