If you want to submit a bug or request a feature please report via github issue. Since I receive so many emails, I can't reply to them all.
bypass download page by sapondanaisriwan
Details
Authorsapondanaisriwan
LicenseMIT
Categorymawtoload
Created
Updated
Size723 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 Bypass download page
@author sapondanaisriwan <sapondanaisriwan@gmail.com> (https://github.com/sapondanaisriwan)
@description If you want to submit a bug or request a feature please report via github issue. Since I receive so many emails, I can't reply to them all.
@namespace https://userstyles.world/user/sapondanaisriwan
@homepageURL https://github.com/sapondanaisriwan/AdashimaaTube
@supportURL https://github.com/sapondanaisriwan/AdashimaaTube/issues
@version 1.0.0
@license MIT
@preprocessor stylus
==/UserStyle== */
i=!important;
t=transparent;
@-moz-document domain("mawtoload.com") {
#delayedText {
visibility: visible i;
}
}