Allows you to download subtitles from Netflix
< Feedback on Netflix - subtitle downloader
seconding this, console says:
Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
Can confirm, this started today. Tried in Opera and Firefox - same issue
same issue. anyone knew how to fixed this, please help
I have exactly the same problem :( I checked on Chrome, Firefox, Opera and Edge browsers.
Please help
Hello, I was able to find a temporary solution.
From line 598 to 606, I added and changed the following code:
const getBlobTxt = async (blob) => {
const result = await blob.text();
return result;
};
const processMessage = async (e) => {
const { type, data } = e.detail;
if (type === 'subs') {
processSubInfo(data);
} else if (type === 'id_override') {
idOverrides[data[0]] = data[1];
} else if (type === 'metadata') {
let txt = await getBlobTxt(data);
processMetadata(JSON.parse(txt));
}
};
thanks
Thanks, MasterMan2099! I don't have a Netflix acc currently so your snippet helped a lot! I decided to do the conversion in a different place though. Try version 4.2.5!
Thank you guys for your help :) It works on Google Chrome and Firefox
The version 4.2.5 is amazing, thank you so much for your help Tithen-Firion, you are the best.
version 4.2.5 is working
thank you
The extension is not working at all now
The menu is not showing at all