Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DS
Dem-Bo Sain @lemmy.world
Posts 0
Comments 17
Google Chrome now targets ads based on your browser history, here's how to turn that off
  • It sounds like Google could have done a much better job announcing and explaining how the new system works. This is a definite improvement in privacy over the "cookie" standard in advertising. I don't know if turning this off just keeps you locked-in to using cookies, but it doesn't turn off identification like a lot of you seem to imply.

    To those of you out there not using an adblocker: this new system eliminates the use of advertiser-based cookies. All your identification is based on a minimal number of categories based on your browsing history. It doesn't send your actual history to an advertiser, just some (5, I think?) topics that have held your interest within the last few weeks. I'm sure there's a list of these keywords sent to the ad-server so it can decide what to send. I don't really care what they are, because I'm in the next group.

    To those of you out there using Firefox and/or an adblocker: carry on, nothing to see here. Keep promoting your favorite non-Chrome based browser and adblocker.

  • Is it possible for web UIs/apps to allow filtering bot posts without signing in?
  • a class="person-listing d-inline-flex align-items-baseline text-info" title="@bOt" href="/u/bOt"...../a

    I can probably modify the script to block these bots, because they all have the same username. I would just look for the title and remove the posts that equal @bOt.

    This might be a better task for the dev-team, because my method is definitely a work-around. There could already be an open issue for it on the github. I think we agree that blocking bots should be built into the API.

  • Is it possible for web UIs/apps to allow filtering bot posts without signing in?
  • I've tried programming a few greasemonkey scripts to do some things. So far I have a script that expands all posts (except NSFW), and makes all post links open in a new tab. So far they only work on old.lemmy.world. I've tried scripting the same thing to work on the default interface, but it seems to work quite differently.

    If there's something in the post that makes bots obvious, it should be simple to find them, and then just make them not render. If you have a specific post you could point me to, I'd like to look into it.