Very small custom CSS file for removing the percentage of elapsed time of your PhD from Hora Finita.
Hora Finita Stress Reducer by fdamken
Details
Authorfdamken
LicenseNo License
Categoryhorafinita.utwente.nl
Created
Updated
Size429 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 Hora Finita Stress Reducer
@namespace horafinita.utwente.nl
@version 1.0
@description Very small custom CSS file for removing the percentage of elapsed time of your PhD from Hora Finita.
@author Fabian Damken
==/UserStyle== */
@-moz-document url-prefix("https://horafinita.utwente.nl") {
#tdPercentageEcCompletedLeftTd,
#tdPercentageEcCompletedRightTd {
display: none;
}
}