-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blocking cookies files #352
Comments
Similar gorhill/uBlock#827 |
That guy was asking for selectively disabling the cookies, I don't see that here, otherwise I would have closed on the account of being a duplicate. |
"Cookies" can be created through HTTP response's You can block "cookies" from a given domain by outright blocking everything from that domain. If created through JavaScript, "blocking cookies" is pointless, because the code can as well use any of the local storage to store whatever it wants to store, so focusing on cookies is not going to be useful. If you want to block only certain cookies without blocking all from a given domain, than that is what cookie manager extensions are for. Arguing that you want the feature because it would make one less extension to install will never be accepted, these are invalid arguments. Cookies managers specialize in what they do and thus it's best to stick with them to do that job. |
sorry for the stupid question, but can't you disable local storage for sites, if I do not have Alzheimer's, then in umatix you disabled it ALONG with cookies? Well, for some reason it uses cookies. I debated with ur friend @gwarser on reddit (https://www.reddit.com/r/uBlockOrigin/comments/9hzsss/ads_on_twitch_removing_unique_id_doesnt_stop_it/e77gqxb/) , when the twitch advertising began to depend on the cookie files, everyone shouted that they had an advertisement. And they watched her lol. and could not block it (well, then you still beat her). However, I made it easier, I installed umatrix and blocked the cookie, and at the same time I was still logged in, which is strange. advertising was not. it was fucking great. a bunch of Slovak sites, for example this https://novinky.cz where advertising also depends on cookies. And the Slovaks, too, are yelling that they cannot defeat her. and to defeat it you only need to block cookies on this site
More often the second. but when blocking js, many sites distort and break the presentation. You can get by with the exception rules and the divine file https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resources.txt
But you can also do a little blood, like
not what I was looking for
again, it's not. it clutters up the browser and slows down Anyway, thanks for the reply. |
Those who are genuinely concerned about this will set their browser to...
Since these are browser settings, this also apply to other site storages. For what is left, 1st-party cookies, I think a cookie manager is best placed to deal with this, their UI is optimized to deal with cookies on a per-site per-cookie basis, and they allow you to block them in various ways. |
Specific first-party cookies can be expired with |
@uBlock-user I'm fucking retarded. fuck this is what I was looking for (Well, almost). sorry for the time spent @uBlock-user @gorhill |
Will be implemented in AdGuard gorhill/uBlock#1930 (comment) |
@gwarser I will not move from the divine ublock to the blasphemous adguard. no no no |
Well it's not a exact replacement, but it might help you out once you weed out all 3rd-party cookies by disabling them and when all is left the first party cookies to sort through. |
@uBlock-user well yes. I wrote, "almost what I was looking for". it was nice to see strip on dashpanel + functional without (prior) setting userResourcesLocation will not work. I wanted to see something like (to have syntax $cookie)
and you all refused me, this is not my extension, I cannot dictate terms. so that be that as it may, I am pleased with the result |
If you use that scriptlet, it will be subjected to race conditions like all other scriptlets do, so it may not work on some websites. |
@uBlock-user ou. it is sad. idk |
@uBlock-user question |
I just don't think he would want them, I mostly add(sometimes remove some which I fail to make some work) for myself and not for the community specifically as my scriptlets can only be used if someone adds the txt to their |
you can just ask and then a question (may sound silly to you ) how to understand what scriplet need for the problematic site? there is a name there. but there are too many of them + me need to formulate it so that search understand |
Start learning javascript and you will start to get ideas. Anyways, please don't ask anymore questions here as we're have already gone offtopic now. |
When visiting questionable sites there is an urgent need to block (install) cookies. ESPECIALLY when you CONSIDER THAT MANY SITES USE COOKIES FOR ADVERTISING (for example twitch.tv or facebook.com). It would be just wonderful to see the variable $cookie (or something like that) + line on the Dashboard.
Right now, the AutoDelete Cookie extension saves me, but I would refuse it if you added This feature.
uMatrix has it a great feature, how about move it and ublock0?
ps: I gave up Umatrix because it is very difficult to open EACH domain + you do not often update this extension, all free time goes to ublock0, so that
what do you think?
The text was updated successfully, but these errors were encountered: