raingart / Nova-YouTube-extension

Apache License 2.0
213 stars 11 forks source link

Options page doesn't open #19

Closed Kodapegir closed 2 years ago

Kodapegir commented 2 years ago

Vivaldi + Tampermonkey + Nova. When I click on the "Nova settings" icon in Youtube I see only Raingart animation. From options.html page redirects me to main page. I've tried Violentmonkey + Nova script, no luck. Chrome + Tampermonkey + Nova script do the same. Chrome is clean installed without any other plugins and scripts. Windows 11.

Kodapegir commented 2 years ago

In a developer's console I see Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'. three.min.js:formatted:3530 THREE.WebGLRenderer 85dev I don't know is it an issue.

raingart commented 2 years ago

In a developer's console I see Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'. three.min.js:formatted:3530 THREE.WebGLRenderer 85dev I don't know is it an issue.

The browser is complaining because it's not letting the browser fingerprint you.

FLoC (Permissions-Policy) - Google’s FLoC is an attempt to track users even when their browsers (rightly) block third-party cookies

more