chocolateboy
chocolateboy
This appears to be addressed by the [latest draft of the spec](https://github.com/wycats/javascript-decorators/blob/master/interop/reusability.md).
There's a related discussion with some other options [here](https://gist.github.com/equivalent/3825916).
Does 1) disable access to `window[]` in general? If so, it will break [gm-storage](https://www.npmjs.com/package/gm-storage), which needs to be able to [enumerate](https://www.npmjs.com/package/gm-storage#strict) some API methods (e.g. `window['GM_getValue']`, `window['GM_setValue']` etc.), which can't...
Not sure if this is relevant, but just in case: > The [following change](https://github.com/uBlockOrigin/uBlock-issues/issues/235#issuecomment-1344313926) makes uBlock immune to the page's CSP
There are a few snippets for doing this e.g.: * https://gist.github.com/JamesWP/bc3622dd3d94bf6cbeb5c83b7f183b55 * https://gist.github.com/simonewebdesign/a70f6c89ffd71e6ba4f7dcf7cc74ccf8 * https://github.com/FarhadG/init/issues/6 * https://github.com/FarhadG/init
@kevinkassimo Thanks, already spotted! (I mention it [here](https://greasyfork.org/en/scripts/38557-github-first-commit) :-)
@ngryman So, to be clear, you don't want this package name/alias?
@TomohiroHsu > require 'md5' It looks like this was fixed in [2011](https://github.com/tilo/ID3/blob/a2b0f93d11c3ad5f486b7541c4d8e8c563b9ce32/lib/helpers/ruby_1.8_1.9_compatibility.rb#L8-L9)...
... but the latest gem release is 0.5.0 from 2008 :-(
> About a decade ago it was shown that Cheerio is 8x faster than JSDOM. > > Much has been said [here](https://github.com/cheeriojs/cheerio/issues/700) about that claim and they acknowledge that original...