m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.98k stars 449 forks source link

Updated bookmarks and added "I don't care about cookies" extension #200

Open LoiLock opened 1 year ago

LoiLock commented 1 year ago

This PR is mainly for the I don't care about cookies extension. It automatically hides all those annoying cookie popups on websites, which only end up getting in the way of watching videos.

Apart from that, I've made the default links/bookmarks in Firefox match the other browsers, and I've changed Mixer to Facebook gaming. I've changed the 9anime tld to .pl instead of .to due to Cloudflare Family blocking the .to and .id tld's, it's still an official domain though.

m1k1o commented 1 year ago

We generally decided to add only open-source extensions, to minimize impact of privacy breach. I don't see source code of this, is it available?

But this could be added to neko-rooms extensions.

LoiLock commented 1 year ago

The author posted several years back that he doesn't see the point of publishing it through a repo ([https://www.reddit.com/r/privacy/comments/bru6wd/comment/eohtox3/](his comment))

If you want to I can remove the extension from this PR but leave the updated bookmarks. It's just that whilst I think neko rooms is great if you have a larger community, having something like this in neko itself would probably be quite nice. I'll definitely be making a pr for neko rooms as well then though.

m1k1o commented 1 year ago

I agree. We would need a way to add custom extensions before start or on build at least https://github.com/m1k1o/neko/issues/191.

m1k1o commented 1 year ago

If you want to I can remove the extension from this PR but leave the updated bookmarks

Could you please do that? So that we have at least updated bookmarks while we solve extension problem.

rektide commented 1 year ago

Personally I'd rather go with a more privacy aware option for handling cookies.

AutoCookieOptout has some great builtin filtering: https://github.com/CodyMcCodington/AutoCookieOptout Consent-o-matic is also great with a wider more user-controllable range of settings: https://github.com/cavi-au/Consent-O-Matic Or tried tested & true uBlock Origin: https://github.com/gorhill/uBlock

Kinuseka commented 8 months ago

It seems that this extension has an available block list available to be used on Adblock plus. Might be worth inspecting.

https://www.i-dont-care-about-cookies.eu/abp/

yesBad commented 8 months ago

It seems that this extension has an available block list available to be used on Adblock plus. Might be worth inspecting.

i-dont-care-about-cookies.eu/abp

also works on ublock gladly 😓 so it could just be added for ublock 🤔

Kinuseka commented 8 months ago

Update

Upon further research, It seems someone made an opensource version of the "I don't care about cookies" Link: I-Still-Dont-Care-About-Cookies

Decently starred, might be a better alternative.