• @egrets
    link
    4814 hours ago

    This is dumb and I love it.

  • @aeronmelon
    link
    17 hours ago

    The pull requests are really coming down!

    • Ephera
      link
      fedilink
      English
      46 hours ago

      It’s ‘minified’, in case you’re not familiar with that. Basically, many webpages come with such obscene amounts of JavaScript, that it genuinely impacts how quickly the webpage downloads. And then replacing such amenities as whitespace or readable variable names with just 1 space or 1 letter, where possible, genuinely improves on that.

  • @marcos
    link
    2715 hours ago

    Very scary code!

    • @[email protected]
      link
      fedilink
      English
      1815 hours ago

      Looks like there’s a cookie banner in there. The “Options” button is probably hard to find because it’s only a slightly different shade of the background colour, and you’ll have to manually uncheck twenty “legitimate interest” boxes hidden in a submenu. Pretty scary, indeed!

      • @[email protected]
        link
        fedilink
        614 hours ago

        I hate that those all use those damn switches instead of the default checkbox UI.

        There’s no clear on or off state with the switches. They’re not accessible at all. They require extra code instead of a few lines of CSS and zero JavaScript.

        They’re a scourge.

    • Ephera
      link
      fedilink
      English
      914 hours ago

      HTML is code (it’s a way of encoding information). It’s just not typically seen as a programming language.

  • Synapse
    link
    114 hours ago

    Windows code, gross.

    • TimeSquirrel
      link
      fedilink
      47 hours ago

      Wat? It’s the JS source for some website. Whoever made this literally just clicked “view page source” on a random website. It’s OS agnostic.

      • @kautau
        link
        44 hours ago

        Unless the joke was “windows code” as in, he’s pointing to the window and that’s where the code is