• SokathHisEyesOpen
    link
    fedilink
    English
    111 year ago

    I’m out of the loop. What happened? Did someone decompile their code and find definitive proof of a throttle for Firefox?

      • @Wild_Mastic
        link
        14
        edit-2
        1 year ago

        Users who have ad blockers installed may experience suboptimal viewing

        Yeah let me turn off the adblocker just for having an even more suboptimal viewing due to ads. They’re lunatics.

      • Thorned_Rose
        link
        fedilink
        31 year ago

        Thanks for the explainer! Also, Google’s response is such a crock of shit.

    • @Synthead
      link
      English
      181 year ago

      JavaScript is an interpreted language, so no decompilation is necessary, although this is repeatable by using a Firefox user agent.

      • Kogasa
        link
        fedilink
        61 year ago

        You can build a virtual machine in JavaScript and execute compiled code on it

          • Kogasa
            link
            fedilink
            21 year ago

            Oh yeah, you shouldn’t. But people do this for fingerprinting, bot detection, and other “adversarial” scenarios where you really don’t like the person executing your code. It’s somewhat plausible Google would use this technique to do something scummy like this (although that is not the case).

            Relevant article and a great read: https://www.nullpt.rs/reverse-engineering-tiktok-vm-1