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
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
This is fixable using the MutationObserver class in JavaScript, but older versions of IE don't support it, and it also prevents people (like us!) from being able to edit styles via the element inspector, which could prove to be a pickle!
The basic code to do so looks something like this:
The YAFA ads are being blocked on EG by uBlock Origin when used in Firefox, thanks to this addition: https://github.com/uBlockOrigin/uAssets/blob/10d0289b32549f1996df5983e518d5800e52c790/filters/filters.txt#L585
This is fixable using the
MutationObserver
class in JavaScript, but older versions of IE don't support it, and it also prevents people (like us!) from being able to edit styles via the element inspector, which could prove to be a pickle!The basic code to do so looks something like this:
The text was updated successfully, but these errors were encountered: