You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding YAYS! - fixed.
Flat_Zhihu v2.3.1 Beta4 - there's nothing to fix there here, the thing is, there is a parameter for that script which tells us to inject it into the webpage's code (@run-at document-start), which we do, before even main style of the website itself. Here lies the problem: later, when main CSS is applied, it redefines some of the injected style's rules (since the latest rule has the priority). Tampermonkey, for instance, takes action a bit later, and adds style after the main website's style.
To fix the problem you can edit the userscript and replace document-start with document-end.
If there are any problems with other userscripts' work - add comments to #1142.
Userscripts in question:
Originally from:
https://forum.adguard.com/index.php?threads/11405/
The text was updated successfully, but these errors were encountered: