The fix works only for Firefox-based browsers, because it makes use of inline script tag filtering[1] which does not work on chromium, because it does not support `beforescriptexecute`[2]. The work around for Chromium-based browsers is to wholesale block inline script for the page, at the cost of probably breaking some functionality on the page.