Not working
Hi, I just tried this via a bookmarklet. As planned it shows "Fetching URLS... (0/305)", but then Chromium shows "Something went wrong. Check the console for more info."
This is what was shown in the console:
LegacyDataMixin will be applied to rs=AGKMywEdefk6p_Nf5c3UnWWszwZWS0m2aw:9794 LegacyDataMixin will be applied to all legacy elements. Set
_legacyUndefinedCheck: trueon element class to enable. 6The resource <URL> was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriateasvalue and it is preloaded intentionally. Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factors'. VM914:11 TypeError: Document.parseHTMLUnsafe is not a function at:1:1051 (anonymous) @ VM914:11 DevTools failed to load source map: Could not load content for https://www.youtube.com/s/desktop/b8106bc5/jsbin/custom-elements-es5-adapter.vflset/blaze-out/k8-opt/bin/third_party/javascript/custom_elements/fast-shim.js.sourcemap: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for https://www.youtube.com/s/desktop/b8106bc5/jsbin/webcomponents-sd.vflset/blaze-out/k8-opt/bin/third_party/javascript/polymer/v2/webcomponentsjs/webcomponents-sd.js.sourcemap: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for https://www.youtube.com/s/desktop/b8106bc5/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Hi @STPKITT, Thanks for letting me know :)
Document.parseHTMLUnsafe should be available on all modern browsers. Are you using an old version of Chromium?
I spent some time today revisiting this script, and have rewritten the relevant section to avoid parsing HTML entirely. Please try the new script, and let me know if you still have issues.