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.
[1] https://github.com/gorhill/uBlock/wiki/Inline-script-tag-fil... [2] https://code.google.com/p/chromium/issues/detail?id=168175