Add stuff

This commit is contained in:
Fierelier 2023-10-06 18:36:54 +02:00
parent f1c2f809ab
commit 6d5f780e90
1 changed files with 6 additions and 0 deletions

View File

@ -6,8 +6,14 @@ browser = mfp.require("browser")
styleSheet = WebKit2.UserStyleSheet.new("""
* {
rotate: none !important;
filter: none !important;
backdrop-filter: none !important;
mix-blend-mode: normal !important;
background-blend-mode: none !important;
perspective: none !important;
mask: none !important;
clip-path: none !important;
}
""",WebKit2.UserContentInjectedFrames.ALL_FRAMES,WebKit2.UserStyleLevel.USER,None,None)