Live data from Hacker News

Chrome Is Scanning Files on Your Computer (2018)

vice.com

11–20 of 27 posts

Re: Chrome Is Scanning Files on Your Computer (2018)

#11
post #10
post #2

Unfortunately, that Chrome scanning utility overheated my 2011 Macbook Pro and killed its graphics card. When the Chrome scan ran, it pegged the cpu at 100% and caused the fans to spin up to a very loud full throttle. However, the Macbook couldn't prevent the runaway overheating (the blue screen of striped lines from the death of AMD graphics card). Yes, the Macbooks from 2011 are notorious for having bad cooling des…

No, Chrome didnt kill your Macbook, Apple shoddy cooling design and defective Nvidia GPU did.

>defective Nvidia GPU did.

Friendly correction: The 2011 Macbook Pro was AMD chip not NVIDIA. My 2008 Macbook Pro was NVIDIA.

>No, Chrome didnt kill your Macbook,

Yes, I totally understand that perspective and it's more Macbook's hardware defect rather than Chrome programmers. Intellectually, I do get that. I'm just saying that the previous 8 years of running things like MS Excel, MS Outlook, Photoshop, etc didn't peg the cpu at 100% and kill the (defective) Macbook. It was Chrome and its "helpful antivirus software" that I never asked for that finally stressed out the machine. I made a conscious decision to use Chrome the browser but that doesn't mean I wanted to run a hidden software scanning tool.

The Macbook failure is what made me aware of Chrome's new hidden scanner and thus, I disabled it on all non-Apple computers such as Lenovo ThinkPad and my ASUS motherboard desktops. I really don't need Chrome's scanner.

Re: Chrome Is Scanning Files on Your Computer (2018)

#12
post #2

Unfortunately, that Chrome scanning utility overheated my 2011 Macbook Pro and killed its graphics card. When the Chrome scan ran, it pegged the cpu at 100% and caused the fans to spin up to a very loud full throttle. However, the Macbook couldn't prevent the runaway overheating (the blue screen of striped lines from the death of AMD graphics card). Yes, the Macbooks from 2011 are notorious for having bad cooling des…

>8 year old laptop valued at $3000

One has to wonder, how much did it cost new?

Re: Chrome Is Scanning Files on Your Computer (2018)

#13
post #7
post #6

I wonder if this happens on other platforms too... I know that at least libreoffice on linux scans your files for some odd reason...

People could always use the snap versions of libreoffice/browsers and either limit access to the home directory or remove access to the network. It seems the easiest way of applying a Android permission based model to Linux. Alternatively, there are also firejail profiles which could be used for restricting what these tools can do.

The snap version has some limitations but I think that is the future.

And just because we maybe can contain it, it doesn't mean libreoffice devs should be off the hook for reading private keys from my drive.

Re: Chrome Is Scanning Files on Your Computer (2018)

#14
post #2

Unfortunately, that Chrome scanning utility overheated my 2011 Macbook Pro and killed its graphics card. When the Chrome scan ran, it pegged the cpu at 100% and caused the fans to spin up to a very loud full throttle. However, the Macbook couldn't prevent the runaway overheating (the blue screen of striped lines from the death of AMD graphics card). Yes, the Macbooks from 2011 are notorious for having bad cooling des…

>8 year old laptop valued at $3000 One has to wonder, how much did it cost new?

He probably meant that it costed him $3k when he bought it.

Re: Chrome Is Scanning Files on Your Computer (2018)

#16
post #4
post #3

Earlier quoted context omitted.

There is an even better way to prevent this, and that's not having chrome installed at all. Firefox used to be bad, but now it really is not strictly worse in any category.

>Firefox used to be bad, but now it really is not strictly worse in any category. I can't run javascript bookmarklets in Firefox.[0] This makes Firefox unusable for me on sites like Youtube, Vimeo, etc. In Chrome, I use this technique extensively to speed up videos beyond 2x. (E.g. 8x playback speed to quickly get past the ads.) Yes, you can still paste javascript in a Developer Tools console tab to modify the curren…

This works fine for me for setting the video speed in Firefox:

javascript:(function(){(document.getElementsByTagName("video")[0]).playbackRate=prompt("Enter%20desired%20speed%20(e.g.%201.5)","1.5")})()

I also remember having some issues with porting bookmarklets from Chrome to Firefox, I believe the solution was wrapping them in an IIFE like here.

Re: Chrome Is Scanning Files on Your Computer (2018)

#17
post #4

Earlier quoted context omitted.

>Firefox used to be bad, but now it really is not strictly worse in any category. I can't run javascript bookmarklets in Firefox.[0] This makes Firefox unusable for me on sites like Youtube, Vimeo, etc. In Chrome, I use this technique extensively to speed up videos beyond 2x. (E.g. 8x playback speed to quickly get past the ads.) Yes, you can still paste javascript in a Developer Tools console tab to modify the curren…

This works fine for me for setting the video speed in Firefox: javascript:(function(){(document.getElementsByTagName("video")[0]).playbackRate=prompt("Enter%20desired%20speed%20(e.g.%201.5)","1.5")})() I also remember having some issues with porting bookmarklets from Chrome to Firefox, I believe the solution was wrapping them in an IIFE like here.

[The following Firefox tests were on Windows 7]

As fyi... I copied your code and it does not work in Firefox 68.0.2. The browser does nothing. I also made sure of the settings[0] in about:config and browser.urlbar.filter.javascript=false -- and it still doesn't work.

As a lark, I also tried it on an older 57.0.1 and it works fine there. (Dialog popup appears to let you enter a number.) To add to the strangeness, it works even though browser.urlbar.filter.javascript=true

So something changed (security setting?) in Firefox between 57.0.1 and 68.0.2. Whatever the magic incantation is to make javascript bookmarklets work in the latest Firefox the same way it does in Chrome, my google-fu hasn't found it. Until then, I have to use Chrome.

(Other Firefox users said they had to install a browser extension to make javascript work in the url bar. I'd rather run plain Firefox instead of installing any extra extensions.)

[0] https://n8henrie.com/2017/11/how-to-open-javascript-bookmark...

Re: Chrome Is Scanning Files on Your Computer (2018)

#18
post #17

Earlier quoted context omitted.

This works fine for me for setting the video speed in Firefox: javascript:(function(){(document.getElementsByTagName("video")[0]).playbackRate=prompt("Enter%20desired%20speed%20(e.g.%201.5)","1.5")})() I also remember having some issues with porting bookmarklets from Chrome to Firefox, I believe the solution was wrapping them in an IIFE like here.

[The following Firefox tests were on Windows 7] As fyi... I copied your code and it does not work in Firefox 68.0.2. The browser does nothing. I also made sure of the settings[0] in about:config and browser.urlbar.filter.javascript=false -- and it still doesn't work. As a lark, I also tried it on an older 57.0.1 and it works fine there. (Dialog popup appears to let you enter a number.) To add to the strangeness, it w…

Huh, that's curious. I'm running 69.0.2 on Ubuntu and it works just fine here.

browser.urlbar.filter.javascript is set to its default of true, I didn't touch that (or any other related settings as far as I remember).

Sorry, in that case I'm out of ideas as well.

Edit: Also works in a completely clean and new profile for me without any settings or addons whatsoever. Strange.

Re: Chrome Is Scanning Files on Your Computer (2018)

#19
post #17

Earlier quoted context omitted.

[The following Firefox tests were on Windows 7] As fyi... I copied your code and it does not work in Firefox 68.0.2. The browser does nothing. I also made sure of the settings[0] in about:config and browser.urlbar.filter.javascript=false -- and it still doesn't work. As a lark, I also tried it on an older 57.0.1 and it works fine there. (Dialog popup appears to let you enter a number.) To add to the strangeness, it w…

Huh, that's curious. I'm running 69.0.2 on Ubuntu and it works just fine here. browser.urlbar.filter.javascript is set to its default of true, I didn't touch that (or any other related settings as far as I remember). Sorry, in that case I'm out of ideas as well. Edit: Also works in a completely clean and new profile for me without any settings or addons whatsoever. Strange.

>I'm running 69.0.2 on Ubuntu and it works just fine here.

Thanks for your help. I just tried another test and installed the latest Firefox 70.0 on a clean Windows 7 machine and it does not work there either.

I also tried Ubuntu 19.04 with Firefox 69.0.2 and it does not work there either.

To be clear, pasting the javascript in a console tab of Developer Tools always works. It's only the url bar that seems to ignore javascript.

Re: Chrome Is Scanning Files on Your Computer (2018)

#20
post #9
post #2

Unfortunately, that Chrome scanning utility overheated my 2011 Macbook Pro and killed its graphics card. When the Chrome scan ran, it pegged the cpu at 100% and caused the fans to spin up to a very loud full throttle. However, the Macbook couldn't prevent the runaway overheating (the blue screen of striped lines from the death of AMD graphics card). Yes, the Macbooks from 2011 are notorious for having bad cooling des…

That is Macbook's issue though, no software should be able to damage the hardware, no matter what it does, unless there is a hardware flaw.

An update fried wi-fi on my iPhone 4S. Sometimes physical reality interferes with expectations and idealizations.
Post reply on HN