Hides time-consuming websites during office hours.
Office Hours by zugch
Details
Authorzugch
LicenseMIT
Category20min.ch, blick.ch, preispirat.ch, daydeal.ch
Created
Updated
Size398 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 Office Hours
@version 1.1.0
@namespace userstyles.world/user/zugch
@description Hides time-consuming websites during office hours.
@author zugch
@license MIT
==/UserStyle== */
@-moz-document domain("20min.ch"),domain("blick.ch"),domain("preispirat.ch"),domain("daydeal.ch") {
body {
visibility: hidden !important;
}
}