Slashdot Mirror


Now Even YouTube Serves Ads With CPU-draining Cryptocurrency Miners (arstechnica.com)

YouTube was recently caught displaying ads that covertly leach off visitors' CPUs and electricity to generate digital currency on behalf of anonymous attackers, it was widely reported. From a report: Word of the abusive ads started no later than Tuesday, as people took to social media sites to complain their antivirus programs were detecting cryptocurrency mining code when they visited YouTube. The warnings came even when people changed the browser they were using, and the warnings seemed to be limited to times when users were on YouTube. On Friday, researchers with antivirus provider Trend Micro said the ads helped drive a more than three-fold spike in Web miner detections. They said the attackers behind the ads were abusing Google's DoubleClick ad platform to display them to YouTube visitors in select countries, including Japan, France, Taiwan, Italy, and Spain. The ads contain JavaScript that mines the digital coin known as Monero.

87 of 187 comments (clear)

  1. This crap needs to be regulated by the government by Anonymous Coward · · Score: 2, Funny

    Because itâ(TM)s getting out of hand and they will fix everything.

  2. Ad Blockers by sconeu · · Score: 5, Insightful

    This is why I run an adblocker and a script blocker.

    And why I refuse to visit sites that insist I turn it off.

    Speaking of which, anyone know any WebExtensions that do anti-anti-adblock? The old one was XUL.

    --
    General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    1. Re:Ad Blockers by Anonymous Coward · · Score: 1

      I sure as hell can.

      Usually through a liberal application of NoScript, RequestPolicy, and, if absolutely necessary, raw HTTP requests to their API layer (because fuck you AND the horse you rode in on, you dumbshit "UX" assholes).

    2. Re: Ad Blockers by DemoLiter3 · · Score: 1

      I just watch YT via youtube-dl or directly via mpv (which uses youtube-dl hook). Their new UI is too retardedly slow to even look at it.

    3. Re:Ad Blockers by brewthatistrue · · Score: 3, Informative

      An arstechnica commenter mentioned NoCoin which is a standalone extension.
      https://arstechnica.com/inform...

      https://github.com/keraf/NoCoi...

      You can also take the URL they curate and then import it into your adblocker of choice.

      https://raw.githubusercontent....

    4. Re: Ad Blockers by yithar7153 · · Score: 1

      Like DemoLiter3, I just watch YouTube through youtube-dl or mpv with youtube-dl hook.

    5. Re: Ad Blockers by Anonymous Coward · · Score: 1

      Suck it up crybaby. Adblockers == freedom from bullshit

    6. Re:Ad Blockers by vux984 · · Score: 2

      And doesn't accomplish anything against a crypto currency miner.

    7. Re: Ad Blockers by Anonymous Coward · · Score: 1

      Or tracking.

    8. Re: Ad Blockers by thewolfkin · · Score: 1

      Like DemoLiter3, I just watch YouTube through youtube-dl or mpv with youtube-dl hook.

      oh good. There are a few channels I need to watch videos from time to time but don't want to give revenue to like when I'm trying to show someone the moron who went to Japan. I've been downloading the videos and watching 'em that way. I still feel gross but I don't have to worry about having contributed to the problem.

      --
      Just another second banana
    9. Re: Ad Blockers by sexconker · · Score: 1

      Can you explain how? I'm familiar with youtube-dl, but not mpv.
      Do you really see a youtube link, then slap it into youtube-dl, wait for the download, then watch the video?

      Do you browse/search youtube at all? I find that finding shit is worse than the page with the video on it, so I can't imagine how your method makes things better. Once you've got the link to the video you want to watch you're past most of the bullshit.

    10. Re:Ad Blockers by Kremmy · · Score: 1

      That whole idea went out the window when social media became the source of the content.
      Too many websites seem to expect us to pay them for content they stole themselves.

    11. Re:Ad Blockers by theweatherelectric · · Score: 1

      You've linked to two separate projects. Here's a better link.

    12. Re:Ad Blockers by brewthatistrue · · Score: 1

      Thanks! You are correct. My mistake for mixing up the origin of the 3rd link more.

    13. Re:Ad Blockers by ncc74656 · · Score: 1

      A fair bit of my YouTube watching is through Kodi's YouTube plugin. It doesn't bother to show ads. I tried switching one of my TVs from a Raspberry Pi with LibreELEC (a Kodi distribution) to a Roku stick, but no matter what kind of adblocking I tried implementing on my network, the Roku would still run ads. The Roku is pretty much just for Amazon Prime Video now

      On the desktop, I had run across HookTube a while back. I already have uBlock installed, but with a URL-rewriting plugin (just ran across Requestly a little bit ago...stupid adverbed name, but it does what it says it does), you change the "you" in a YouTube URL to "hook" and get redirected to HookTube.

      I've also set it up to redirect Wikipedia links (desktop or mobile) to Infogalactic, which means Requestly gets to replace the InfoSextant extension as well. That's two sources of SJW convergence knocked out.

      --
      20 January 2017: the End of an Error.
    14. Re: Ad Blockers by tonique · · Score: 1

      Thank you! That is a great piece of information! I had no idea mpv could do that...

    15. Re: Ad Blockers by schamarty · · Score: 1

      mpv is just a player; if you really want to use youtube from a terminal install something called "mps-youtube" ("pip3 install --user mps-youtube" should do it).

      This is much more of a youtube interface. It in turn can use vlc (what I use) or, I seem to recall, mpv, as the actual player.

      You can search for videos, sort them by various criteria, download them via its builtin downloader or anything else you have... it's a very nice tool!

  3. Distributing such small chunks can't be worth it.. by magarity · · Score: 1

    Can the workloads really be broken down into such small chunks that running during a 15-30 second ad gets any useful work done? It seems coordinating breaking up and putting back together such small work parts would be more computational power than its worth.

  4. Now's our chance! by fishscene · · Score: 1

    Quick! Everyone stop using Youtube so we can swing the apocalypse back into the hands of the creators.

  5. Re:Distributing such small chunks can't be worth i by bohmt · · Score: 1

    The work is small. Just with a really low probability of success. This is why "mining" is usually done on GPUs, more tries more winnings.

  6. Chrome has Extensions for that by Anonymous Coward · · Score: 2, Informative

    One that comes to the top of my mind is Mineblock.
    It specifically blocks cryptominers of all kinds, even ones that the usual script blockers and other antimalware stuff miss.
    It's not the only one, and I'm sure that eventually the others will catch up to these types of extensions, but it's still relatively early days for this kind of infestation.

    Keep up to date on whatever you use, and those leeches won't find you an easy meal.

    1. Re:Chrome has Extensions for that by 110010001000 · · Score: 1

      Uh, it is called "adblock" or "ublock origin". Why wouldn't you block the ads itself?

    2. Re:Chrome has Extensions for that by JaredOfEuropa · · Score: 3, Insightful

      Some people might want to allow regular ads to help pay for sites they visit, but specifically block mining ads to prevent them from draining the laptop battery.

      I allowed ads for a long time for that reason, but now most of them are blocked because I got sick of the bouncing crap, auto-playing videos and ads with mouse-over actions. As far as I'm concerned, advertisers crapped the bed they sleep in.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    3. Re:Chrome has Extensions for that by Anonymous Coward · · Score: 1

      That's perfectly retarded. Ads are malware vectors. Anyone mining coin on your rig without your explicit permission is a potential thief already, but you think their other ads are all going to be above-board? Retarded.

  7. Re:Distributing such small chunks can't be worth i by Anonymous Coward · · Score: 1

    It's the age of browser tabs. People open a tab with youtube and it stays open, often for hours.

  8. Ad Blockers motherfucker! DO YOU GROK IT? by Chas · · Score: 1

    This is why I absolutely refuse to to surf without adblockers in place.
    The whole online ads thing has been a shit-show since the word "go".
    And they piss and moan about it, while taking ever greater liberties with computing resources THEY DO NOT OWN.
    You can't even trust GOOGLE for chrissakes! And they're a browser vendor? How VERY convenient!

    You wanna block me from viewing your content because I don't let you infect, destabilize, and take over my system?
    Fine, I don't need to see your shit content that bad. I'll go do something ELSE.

    Online advertising is a Herpes infection.

    --


    Chas - The one, the only.
    THANK GOD!!!
  9. Re:Good idea, actually by jeffb+(2.718) · · Score: 5, Insightful

    "Unoccupied CPUs" were a waste back when a CPU used the same amount of power idling as working.

    Today, giving my "unoccupied CPU" a task for your benefit is theft of my battery life (time until I need to recharge), battery lifetime (total number of cycles), electricity (both direct device usage and indirect cooling needs), and device lifetime (hotter devices fail sooner).

    Now, if you'd like to offer me payment for these things you wish to consume, we can talk.

  10. Comment removed by account_deleted · · Score: 5, Insightful

    Comment removed based on user account deletion

  11. Re:Good idea, actually by meerling · · Score: 2

    What makes you think they all unload when you leave that site?
    There are lots of them that just keep running and eating up your resources even when you want to use them.
    That's the problem with people secretly sticking their hands in your pocket, you have no idea how much they're going to take or how long they'll be doing it.
    The very fact that they hid this from you is ALWAYS a bad sign.

  12. Re:Distributing such small chunks can't be worth i by Anonymous Coward · · Score: 1

    Does it really matter? They're still collecting:

    1 - A theoretical dollar for the video view
    2 - The ad revenue, and they get to top it off with 3:
    3 - Tiny fractions of a monero-cent

    Adding #3 is free for them. Why not include it?

  13. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  14. Re:Good idea, actually by war4peace · · Score: 1

    It really depends.
    Visiting from a desktop PC with adequate cooling? OK, I guess.
    Using a laptop, tablet or mobile device? Bad, really bad.

    Then it's a matter of how much mining is being performed and where. I assume most people leave a few tabs open, for example one with e-mail, one with news aggregator, a few community websites, maybe a couple social media tabs. If all of them cryptomine, you're in deep shit. Also if they mine while the tab is in the background, you're also in deep shit.

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  15. Re:Distributing such small chunks can't be worth i by war4peace · · Score: 4, Informative

    Consider an algorithm such as Yescrypt (http://password-hashing.net/wiki/doku.php/yescrypt) which is a valid CPU cryptomining algorithm. My CPU (Broadwell i7 6800K) finds a share every 5 seconds with 11 threads running. I extrapolate a quad core CPU would find a share every 15-20 seconds. Those shares add up if the receiving wallet and mining pool are the same. This means wallet "iourthoesruithjvansoivrzupaweo" could have a swarm 10K workers mining for 30 seconds each on the same pool, and find 10K shares every 30 seconds.

    Let's see what this adds up to in terms of cash.

    My CPU (taken as reference) makes about 1.5 dollars a day. A Quad-core CPU (average desktop PC CPU) would make about 0.5 dollars a day through cryptomining. Multiply that by 10K miners (dynamic swarm), it adds up to 5K dollars a day. It's a hefty sum, assuming the website really has 10K active visitors at all times.

    1K active sessions would yield 500 bucks a day, 100 active sessions would net 50 bucks a day. Even 10 active sessions would be 5 dollars a day, every day. Not bad, I'd say.

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  16. Re: Good idea, actually by Anonymous Coward · · Score: 3, Insightful

    Right now we don't have that option. Because everyone who does this, does it without telling the user. Until it becomes a CHOICE, they can fuck off.

  17. Re:Good idea, actually by pezpunk · · Score: 1

    you list about four costs that probably add up to a penny or two per hour, particularly if the mining javascript has its intensity set below 40%, which was the default last time i checked.

    you aren't being paid because the idea is YOU are paying a tiny microfee (in the form of an advertisement, or in this case a minor uptick in your cpu usage) for access to the content you are viewing.

    i implemented a Monero JavaScript on a website i run, but it was an option that was DISABLED by default, and my users could voluntarily opt-in if they felt like donating some CPU cycles to me. It was 100% transparent and voluntary. A few did.

    --
    i could live a little longer in this prison
  18. Re:Good idea, actually by EvilSS · · Score: 5, Insightful

    I don't know why this is the first time I'm realizing this, but "ads" that cryptomine seem like a great idea. Given the amount of web browsing that is just that, with an otherwise unoccupied CPU, I'd much rather the sites I visit be earning some money directly from my use than displaying crappy ads all over and splitting that income with the middlemen.

    I would be fine with this in place of ads if a) it's fully disclosed b) it's opt-in, and c) it's set to consume no more than say 25% of my CPU.

    --
    I browse on +1 so AC's need not respond, I won't see it.
  19. Re:this is a shock by Anonymous Coward · · Score: 1

    you tube isn't very popular

    O_o

  20. Re:this is a shock by DontBeAMoran · · Score: 1
    --
    #DeleteFacebook
  21. Re:Distributing such small chunks can't be worth i by pezpunk · · Score: 1

    you can definitely break the workload into small chunks that only take a few seconds.

    multiply all those small hashrates by tens of thousands of pageviews, and you start pulling in quite a respectable ROI. The hard part is finding a Monero pool that doesn't ban you for making tens of thousands of tiny connections.

    --
    i could live a little longer in this prison
  22. Re:Distributing such small chunks can't be worth i by Albanach · · Score: 4, Interesting

    At least Chrome limits background tabs to 1% of CPU and will, in future, pause javascript entirely in those pages.

  23. Re:Good idea, actually by Anonymous Coward · · Score: 1

    The problem is that if given the choice between extremely intrusive ads, or ads that cryptomine, most advertisers will happily take both, and you will still get the "free iPhone" popover ads, that burn your CPU as long as they can, running up your energy bills.

    There is no real negotiation. The ad guys want to trespass and seize as much of your devices and your attention as possible. The only thing stopping them is the fact that OS vendors and browser vendors have to do something or else people will change platforms. If the ad guys could run a keylogger, install malware, run miners on all your stuff, then encrypt your files to demand a ransom, they would do it in a heartbeat.

    Best thing is to run your browser in a VM, where it is limited on how many cores, and what percentage usage it can use the cores. That way, if stuff does get around the OS and browser, what it can steal off your machine is limited.

  24. Re:Distributing such small chunks can't be worth i by Greyfox · · Score: 1

    Does the Javascript have to stop running when the ad completes? If it could stay up for the entire time you watch a video, that could make a mint.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  25. Re:Good idea, actually by jeffb+(2.718) · · Score: 1

    How do you figure the cost of losing half your battery time? From what I've directly observed, having a few badly-behaved Web pages open can take me from six hours of battery life to two or three.

    I've been known to pay for ad-free access to content, and I've been willing to accept ads as a way to compensate content providers. Ads are simply getting too expensive to accept now -- the electricity cost is small, but the costs in battery life, stability, and safety are just too high.

    (And that's omitting the attention costs. Static ads? Fine. Static ads for things I'm actually interested in? Heck, I'll click through them! But autoplay video, distracting animations, malware? Nope. Bad for my perceptual and cognitive health.)

  26. There are ads on YoutTube? by LostMonk · · Score: 1

    I repeatedly surprised (and appalled) when I visit a favorite site on a machine other than my own (the horror!!)

  27. Re:Good idea, actually by gnick · · Score: 2

    Now, if you'd like to offer me payment for these things you wish to consume, we can talk.

    Were you able to see their content? You got paid. You're not going to get reimbursed for the power consumed by your TV or DVR while you're fast-forwarding through commercials either.

    I don't like the miners either, but I understand that ads are the price of content. The alternative is paid content, which you're free to switch to.

    --
    He's getting rather old, but he's a good mouse.
  28. Re: Where do you people go, anyway? by Anonymous Coward · · Score: 2, Informative

    Forbes

  29. What proportion of crypto-miners are bots or ads? by quantaman · · Score: 1

    I know dedicated mining operations are way more efficient, but botnets can get pretty large.

    Are there any estimates on just what proportion of crypto-currencies are mined through illegitimate means?

    --
    I stole this Sig
  30. Re:Where do you people go, anyway? by CaptainDork · · Score: 1

    You have to enable AdBlock first, OK?

    --
    It little behooves the best of us to comment on the rest of us.
  31. Re: Fuck You by Anonymous Coward · · Score: 1

    Fair use for personal reasons says go fuck yourself.

  32. Re: Fuck You by Anonymous Coward · · Score: 1

    You should share what the name and address of your site are. Plenty of people here wouldnâ(TM)t mind boycotting a site whose operator thinks their copyright overrides the fact that ad networks and the websites who employ them are shitty and should be avoided.

  33. Re:Fuck You by Anonymous Coward · · Score: 1

    If you're not willing to support my site, feel free to boycott it. However, stop stealing from me. You're not required to go to my site, but you're not welcome to violate my copyright with a derivative work in order to steal revenue from me.

    Could you clarify exactly how I'm violating your copyright by blocking intrusive, annoying, and sometimes malicious ads?

  34. Real question by Anonymous Coward · · Score: 2

    Why are ads even allowed to run javascript? It's one thing for double-click itself to be implemented in javascript, but why on earth do doubleclick/youtube allow the ads to include javascript? Shouldn't they just be an image or gif or video?

    1. Re:Real question by Anonymous Coward · · Score: 1

      Seriously, if someone knows why ads can have javascript in them, I am legitimately curious what the reason is, not just a rhetorical question.

    2. Re: Real question by Anonymous Coward · · Score: 1

      Me too. How can these ads have access to JavaScript?

  35. Re:Fuck You by Anonymous Coward · · Score: 1

    I'll be more than happy to boycott your site. Malvertising is the #2 cause of malware spreading, next to Trojans, and with the absolute disinterest ad companies have in policing themselves, their stuff is hostile. I'll keep my security, and your site will remain free of traffic. Sound fair?

    Note: Even Forbes has caved on on the mass adblock-blocks. Adblocking is as part of computing as firewalls and AV software these days.

  36. Re:Fuck You by Anonymous Coward · · Score: 1

    Bzzt! Wrong. Of course you are trolling - but not very effectively. If you don't want your precious stuff on the internet, don't put it there. But if you place files on a public web server I can sure download them. I don't have to download other files from often malicious ad servers. Nothing about copyright says anything about that. In fact, you can't copyright it because you don't even know what god damn ad is going to show up.

  37. Re: Where do you people go, anyway? by malikto · · Score: 1

    Weird... Forbes comes through loud and clear with uBlock Origin + NanoDefender.

  38. Re:Good idea, actually by jeffb+(2.718) · · Score: 1

    If we really want to use this role-reversed metaphor, they're paying me (with their content) for my attention (to their ads). Ideally, my favorable and engaged attention, not my swearing-at-the-site-as-I-try-to-close-my-hung-browser attention.

    In point of fact, I've decided that many sites offer inadequate "pay" for the resource hit they impose, whether from ads or just bad coding. Sometimes I switch to viewing them in a different browser that mitigates these resource attacks. Most often, I just stop visiting.

  39. Behavior blocker allows plausible deniability by tepples · · Score: 3, Insightful

    Anti-adblock detects failure to load ads and removes the article's text from the DOM until the user disables protection. Running a blocker for a specific behavior gives you a bit of plausible deniability and room to complain to the site's support department about misdetecting an ad blocker.

    • Flashblock: "I don't want to open my PC to attacks through Adobe's proprietary code. I'd look at your ads if they weren't Flash."
    • Ghostery, Disconnect, Firefox tracking protection: "I don't appreciate third parties stalking me around the web. I'd look at your ads if they were first-party."
    • NoScript: "I'd look at your ads if they were static, like those on Daring Fireball and Read the Docs."
  40. And yet webmasters still don't get it. by Anonymous Coward · · Score: 2, Interesting

    I put up with adverts in newspapers and magazines because I understand they subsidise their production costs, but they don't track me and do shit behind my back.
    Same for TV
    Same for radio

    Yet more and more websites display 'please disable your adblocker'.

    NO. It's precisely because of shit like this that I run one and I have no intention of disabling it.
    You want to display adverts on your site to bring in revenue, fine I get that. But do it the old way, with simple graphics that don't run unvetted shit on your viewers machines.
    You want to block me from viewing your content 'cos I'm running an adblocker ? that's cool too, there's plenty of other sites out there.

  41. Re:Fuck You by ilsaloving · · Score: 4, Insightful

    If you're not willing to support my site, feel free to boycott it. However, stop stealing from me. You're not required to go to my site, but you're not welcome to violate my copyright with a derivative work in order to steal revenue from me.

    First of all, they're not violating copyright by simply downloading content.
    Secondly, if you're using one of these scammy ad networks (and, to my knowledge, there isn't a single one that *isn't* scammy), then you're just going to have to accept that fact that one one gives a shit about what you want.

    Third party javascript nonsense had gotten so far beyond the pale, that it behooves everyone with a computer to enable ad blocking technology, for their own personal safety. This youtube crypto thing is just one of countless examples of malicious code forced upon people. If you derive income from this bullshit, then you're complicit in this and deserve every bit of scorn anyone heaps on you.

    If you don't like it, then set up a patreon account so people can be assured that you're getting paid directly without they themselves getting screwed in the process with malware.

  42. Re:Good idea, actually by monkeyporn · · Score: 1

    It's probably less than 25% in that a single page's javascript operates on a single logical core and a dual-core processor w/hyperthreading has four logical cores.

  43. Re:Good idea, actually by LiquidAvatar · · Score: 1

    They are compensating you for these things by paying the people who make the content that you're watching so that you don't have to pay for that content. I agree that it's wrong of them to extract this service from you without your knowledge or consent (after all, in a normal commercial transaction, you should know how much something costs before you make the purchase), but I don't see anything wrong with a company offering people media access on the condition that they run mining software while they watch that media - as long as they're upfront about what they're doing.

    --
    It is difficult to free fools from the chains they revere.
    -Voltaire
  44. Re:Where do you people go, anyway? by AHuxley · · Score: 1

    AC a lot of sites now ask to be whitelisted to allow their "ads" to be displayed. Extra code with that ad is now a real risk.

    --
    Domestic spying is now "Benign Information Gathering"
  45. Re:Good idea, actually by AHuxley · · Score: 1

    AC it would be a great idea if the user was asked and could see an amount been created for an account on that site.

    --
    Domestic spying is now "Benign Information Gathering"
  46. Re:Ad Blockers motherfucker! DO YOU GROK IT? by CaptainDork · · Score: 1

    ... browser vendor ...

    Google doesn't sell a browser.

    --
    It little behooves the best of us to comment on the rest of us.
  47. Time to ban JavaScript in Ads? by rjmx · · Score: 2

    Putting JavaScript in ads causes too many problems, from drive-by malware to this (and many other things too). And it leads to annoying ads, like those pop-ups that never leave your field of view.

    Yes, yes, I know it's because advertisers want to draw attention to their product. However, I suspect that many people would object less to ads if they weren't so annoying: compare to advertisements in (print) newspapers, who seem to have got along just fine without ads in -- what? -- several centuries so far?

    If we banned JavaScript in ads, malware authors would have a lot more difficult task pushing their crap.

    (Have to admit: only half-serious here, but still ...)

    1. Re:Time to ban JavaScript in Ads? by Fly+Swatter · · Score: 2

      All third party javascript should be click-to-play at this point.

  48. Pi-hole® by gdonald · · Score: 2

    Defeat ads via DNS before involving your browser: https://pi-hole.net/ I've been using it for a few months now. Knowing my TVs are no longer sending logs to Samsung is very gratifying. I discovered a forgotten Jenkins install that was hitting Github every 5 minutes.. oops :( I've only had to white-list two URLs for my kid so far.

  49. Re:This crap needs to be regulated by the governme by freeze128 · · Score: 1

    That's OK. I'll just filter the advertisements myself on my end.

  50. Re: Good idea, actually by gnick · · Score: 1

    Google even ran it ad free for years after they bought it.

    If any company offers you anything for free, it's limited while they get you hooked or they're getting something from you that you haven't noticed.

    You can't tell me a multi billion dollar company can't afford something.

    Being able to afford something has nothing to do with it. TANSTAAFL. Everyone's in the game to make a profit and there's never enough.

    --
    He's getting rather old, but he's a good mouse.
  51. Third party content is a nightmare for users by Fly+Swatter · · Score: 2

    https is such a falsehood. Sure the connection between you and one site may be secure, and you may actually trust it. But what about all those third party trackers and ad servers that load into the same page? Yes I am oversimplifying and https is about the connection and not the server's security - but as soon as a third party content is loaded shouldn't the underlying https connection become tainted in a way that it has something like one of those big red Xs on it for https+non-https mixed content? Maybe a middle finger emoji to the end user.

    I wish for a day whereby disabling loading of third party content is enabled by default - and websites still work.

    If you don't use an ad blocker by now, or even better something like umatrix extension - please add one to your favorite browser. (umatrix is from same guy as ublock origin, and sure it has a learning curve but we are supposed to be nerds reading this, and be amazed at all the third party junk on your favorite websites).

    1. Re:Third party content is a nightmare for users by jecowa · · Score: 1

      I'd like JavaScript to start heading the way of Flash and eventually be disabled by default in web browsers. We'd probably need something to replace it first, though â" something that doesn't have quite the power that JavaScript has. My old laptop runs a lot cooler after installing NoScript and only enabling scripts for domains as-needed.

      --
      my opportunity to freely express myself with the potential persecution and hangings and such
  52. Re: Ad Blockers motherfucker! DO YOU GROK IT? by CaptainDork · · Score: 1

    Stick with it, OK?

    You'll get it after you've been on the Internet a while.

    --
    It little behooves the best of us to comment on the rest of us.
  53. Re:Good idea, actually by jeffb+(2.718) · · Score: 1

    What if they install something that keeps mining after you leave the page?

    What if they install something that keeps mining as a system service that starts up automatically whenever you boot your machine, and maybe sets up a proxy for them to communicate with other systems inside your LAN?

    After all, if you've viewed their content, they're entitled to compensation, right?

    I think we fundamentally agree that informed consent is the important thing, but I'm not willing to venture very far down the slippery slope of "compensate content producers by letting them run whatever they want on your machine".

  54. Re:Where do you people go, anyway? by thewolfkin · · Score: 1

    I have NEVER encountered a site that requires you disable adblock. I have been to maybe two sites that asked politely to turn it off, and did nothing to keep you out if you didn't.

    There are news sites that shade articles until you white list. Just a giant unremovable popup. Some I can remove by inspecting and removing the offending div layer but some change the site itself so it's not hidden beneath an immovable layer.. it IS the immovable layer. I don't encounter those sites often to be fair.

    --
    Just another second banana
  55. Re:Good idea, actually by Pieroxy · · Score: 1

    It's probably less than 25% in that a single page's javascript operates on a single logical core and a dual-core processor w/hyperthreading has four logical cores.

    JavaScript has been able to work with multiple threads on modern browsers for quite a while now. Just google "web workers".

  56. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  57. Why do ads include java scripts? by MobyDisk · · Score: 4, Insightful

    I understand why an ad network like Yahoo or Doubleclick might use javascripts. But why would the individual advertiser need a custom javascript? Just provide a PNG or JPG or MP4 and be done with it. The idea that the ad networks permit arbitrary code in the ad is utterly ridiculous.

    1. Re:Why do ads include java scripts? by Anonymous Coward · · Score: 2, Insightful

      (Posting as AC for reasons...)

      The short answer is analytics. We need the JS in order to keep track of things such as how long you looked at the ad, whether you moused over it (or even moused close to it), etc. Measuring user interaction with an ad is critical to determining if an ad is effect. Or for that matter determining if a site is scamming us.

      We also use JS to do deeper browser fingerprinting, to try to better identify a viewer for demographics purposes (did this go to a 28yo black female, a 50yo white male, etc). The ad networks themselves supply some of this information, but they don't supply enough of it.

      There's also some need on the ad delivery side to use JS to optimize an ad for a client, but that's not really my department.

    2. Re:Why do ads include java scripts? by MobyDisk · · Score: 1

      That was informative but didn't really answer the crux of my question, and perhaps it is my way of asking it that is the problem. If I elaborate can you answer in more depth? Something is fundamentally wrong here:

      Who in the chain is writing and delivering the JavaScript? Suppose I go to goodsite.com, and I see an ad delivered by Google's ad delivery division, for Joe's Lemonade? If goodsite.com wrote the script, that seems okay. If Google wrote the Javascript, that's fine too because I assume goodsite.com has vetted Google as a safe advertiser. But if Joe's Lemonade is providing the JavaScript, then something really stupid is happening here.

      What seems to be happening is that I go to goodsite.com, and refresh 25 times, and I get 25 ads, with 25 different java scripts. That doesn't make sense. All the stuff you described about what they are doing with the script seems like what Google would do, not what Joe's Lemonade would do. I see no reason that each ad has different javascript. It would be really hard to vet the JavaScript inside each ad. That seems to be the problem here. It would be absolutely idiotic to run a web site where an unknown 3rd-party can add javascript into your site. No rational developer would do that. So... what is going on here? Who is writing these malicious scripts and how do they get into the chain? I am very confused.

    3. Re:Why do ads include java scripts? by MobyDisk · · Score: 1

      Thanks for the following-up!

  58. Re: Where do you people go, anyway? by theweatherelectric · · Score: 1

    I use uBlock Origin and have Firefox's tracking protection set to always on. Forbes seems like it works for me.

  59. Re:Good idea, actually by Anonymous Coward · · Score: 1

    Yea electricity isn't free and very few places have 100% green energy. Unauthorized crypto mining is a borderline malicious waste of all of our resources and my money.

  60. Re: Ad Blockers motherfucker! DO YOU GROK IT? by CaptainDork · · Score: 1

    But you paid for Chrome, right?

    --
    It little behooves the best of us to comment on the rest of us.
  61. Re:Fuck You by thegarbz · · Score: 1

    However, stop stealing from me.

    So you give someone something openly, and then because they refuse to let you kick them in the nads you're claiming you're being stolen from? You're delusional.

    You want to protect your content put it behind a paywall, until then we're not stealing shit, not even in the RIAA piracy is stealing way.

  62. we need html6 without crossdomain content by Anonymous Coward · · Score: 2, Interesting

    1 why should there be content from domains not in the adress bar? (you dont expect there to be pepsi inside a can of coca cola!)
    2 site designers need to keep content on their own site! (if you dont own the content, link to it, dont steal it)
    3 100+ connections to load a single site is unacceptable! (and not cool to other users on public wifi)
    4 ssl/tls is worthless with crossdomain content! (and please support ipsec/dane certificates to stop the certificate marfia)
    5 all audio/videos should be click to play! (possible crossdomain, but need to be clicked just like any other links)
    6 crossdomain cookies, are just another name for tracking cookies! (you dont need cookies to track users on you own site!)
    7 external javascript libraries, are just as bad as windows dll hell and linux dependency nightmare. (just compile them into you page)
    8 for webapps you need to install/give premission, for them to use site x. (not have a stupid allow header on site x!)
    9 adsence/analytics is the real big brother wathing you. (and he is not alone..)
    but its not happening as long as the browser makers are in the pockets of the ad/spam supliers.