Skip to content

Instantly share code, notes, and snippets.

@ilikenwf
Last active April 9, 2021 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilikenwf/0c732fc3e657f29a0b6f2bad4c473ca5 to your computer and use it in GitHub Desktop.
Save ilikenwf/0c732fc3e657f29a0b6f2bad4c473ca5 to your computer and use it in GitHub Desktop.
Stylus: Disable Google AMP Page Delay
/* ==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