Last active
April 9, 2021 21:02
-
-
Save ilikenwf/0c732fc3e657f29a0b6f2bad4c473ca5 to your computer and use it in GitHub Desktop.
Stylus: Disable Google AMP Page Delay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Google AMP Delay Remover | |
@author ilikenwf | |
@namespace ilikenwf | |
@version 20210409.0.2 | |
@description `Use in conjunction with uBlock Origin to block the ampproject stuff and be free.` | |
@license GPL | |
==/UserStyle== */ | |
html[amp] body, | |
html[amp] body > *, | |
html[\26A1] body, | |
html[\26A1] body > * { | |
animation: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment