• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tech with the tag "chrome". Back to normal view / Search all groups
    1. What are the cons of Google being forced to give up its control of Chrome?

      Seeing the courts go after Google's monopoly and the unintended consequences to Mozilla (and therefore Firefox) that can happen if the courts make it illegal for Google to pay to be the default...

      Seeing the courts go after Google's monopoly and the unintended consequences to Mozilla (and therefore Firefox) that can happen if the courts make it illegal for Google to pay to be the default search engine, it goes me thinking about Chrome/Chromium.

      I know that the courts are trying to force Google to give up its control of Chrome (I don't even know how that is possible for the government to tell a tech company that it is not allowed to develop a tech product it created itself) but it seems to me that Google maintaining Chrome is not really a problem in and of itself. there are many browsers available to folks and if you as a user want to be completely plugged into the google ecosystem at the detriment of your online privacy, that is your choice to make.

      the real issue seems to me that a user should have the exact same experience browsing a google website on chrome vs an alternative.

      But that made me wonder if (like stopping Google being able to pay to be the default search engine) Google was forced to give up its control of Chrome, what are the possible negative consequences of that to users? and would forcing Google to instead relinquish its control of chromium alleviate those issues?

      28 votes
    2. Chrome/Firefox Plugin to locally scrape data from multiple URLs

      As the title suggests, I am looking for a free chrome or firefox plugin that can locally scrape data from multiple URLs. To be a bit more precise, what I mean by it: A free chrome or firefox...

      As the title suggests, I am looking for a free chrome or firefox plugin that can locally scrape data from multiple URLs. To be a bit more precise, what I mean by it:

      • A free chrome or firefox plugin
      • Local scraping: it runs in the browser itself. No cloud computing or "credits" required to run
      • Scrape data: Collects predefined data from certain data fields within a website such as https://www.dastelefonbuch.de/Suche/Test
      • Infinite scroll: to load data that only loads once the browser scrolls down (kind of like in the page I linked above)

      I am not looking into programming my own scraper using python or anything similar. I have found plugins that "kind of" do what I am describing above, and about two weeks ago I found one that pretty much perfectly does what is described ("DataGrab"), but it starts asking to buy credits after running it a few times.

      My own list:

      • DataGrab: Excellent, apart from asking to buy credits after a while
      • SimpleScraper: Excellent, but asks to buy credits pretty much immediately
      • Easy Scraper: Works well for single pages, but no possibility to feed in multiple URLs to crawl
      • Instant Data Scraper: Works well for single pages and infinite scroll pages, but no possibility to feed in multiple URLs to crawl
      • "Data Scraper - Easy Web Scraping" / dataminer.io: Doesn't work well
      • Scrapy.org: Too much programming, but looks quite neat and well documented

      Any suggestions are highly welcome!

      Edit: A locally run executable or cmd-line based program would be fine too, as long as it just needs to be configured (e.g., creating a list of URLs stored in a .txt or .csv file) instead of coded (e.g., coding an infinite scroll function from scratch).

      8 votes
    3. How to find out which extension opened an advertising tab?

      Recently I've been coming back to my chrome browsers to find a tab open with the following URL: (link disabled to prevent giving them any more clicks) https...

      Recently I've been coming back to my chrome browsers to find a tab open with the following URL:
      (link disabled to prevent giving them any more clicks)

      https ://theaisecrets.beehiiv.com/p/chatgpt-can-now-work-docs-apps-websites-emails

      This is happening across all my computers, both linux, windows, and linux VM, so I don't think it's OS-specific malware, but I suspect a rogue chrome extension is opening the tab, because I have chrome synced across all affected devices via my google account.

      I've searched for this particular problem and URL to no avail, so I wondered if there's a way to track back which extension opened the tab, other than by doing a binary search disabling half my extensions at a time (which would be annoying as hell - the tabs only seem to get opened once a day or so).

      14 votes
    4. Differential privacy code removed from Chromium

      In a discussion on Hacker News, Jonathan Mayer pointed out that the differential privacy code was removed from Chromium. It looks like they finished doing this in February. I haven't seen any...

      In a discussion on Hacker News, Jonathan Mayer pointed out that the differential privacy code was removed from Chromium. It looks like they finished doing this in February.

      I haven't seen any announcement, discussion, or explanation of this based on a brief web search, so I figured I'd note it here.

      At about the time this process finished, there was a Google blog post about how they're still using it in other products.

      We first deployed our world-class differential privacy anonymization technology in Chrome nearly seven years ago and are continually expanding its use across our products including Google Maps and the Assistant.

      (If you read this quickly, you might think it's still used in Chrome.)

      Reading between the lines, I suspect that some folks at Google are still advocating for more usage of differential privacy, but they lost an important customer. Why that happened is a mystery.

      11 votes