home.social

#nojavascript — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nojavascript, aggregated by home.social.

fetched live
  1. People with JavaScript disabled on your browser, which do you find more annoying?

    (Please boost for reach!)

  2. Today is my blog’s 24th blogiversary!

    I started my first (previous) blog on this 220th day of 2002 using static HTML + CSS and one file per (Gregorian) month, with fragment links for specific days, posts within a day, and topics within a post:

    https://tantek.com/log/2002/08.html#L20020808

    No Javascript. No CMS. No SSG. No GitHub.

    Just BBEdit and SFTP.

    I’m still using BBEdit with my current blog, and now scp instead of SFTP.

    Previously:
    * 6th: https://tantek.com/log/2008/08.html#d08t1923
    * 5th: https://tantek.com/log/2007/08.html#d08t2359
    * 4th: https://tantek.com/log/2006/08.html#d08t2359
    * 1st: https://tantek.com/log/2003/08.html#L20030808t2359

    This is post 14 of #100PostsOfIndieWeb. #100Posts #indieweb
    #blog #blogs #blogiversary #staticHTML #HTMLCSS #NoJS #NoJavascript #NoCMS #NoSSG #NoGitHub #BBEdit #SFTP #SCP
    #Blaugust #Blaugust2026

    https://tantek.com/2026/219/t1/open-web-free-content
    → 🔮

  3. @n0iroh Not sure how long this will work but if you have #javascript blocked, you can view the post by searching for it in @StartpageSearch and clicking "Visit in Anonymous View":

    av.startpage.com/__av/aHR0cHM6

    You'll need av.startpage.com allowlisted though.

    #startpage #NoJavascript #noscript #nojs #nojsgang

  4. Is there no browser which has proper HTML support, proper CSS supportv but disables all javascript by default/no javascript at all?

    Usecase: need to watch some local files, but since I use firefox and librewolf in flatpak, can't do that unless I run `python -m http.server 5000` and then I don't know how to block javascript for, like, just localhost.

    Even then, I just want a javascript bloat-free browser FOR DOCUMENT VIEWING THAT DOESN'T SUCK MY BATTERY LIKE THESE BLOATED AHH BROWSERS DO

    It can't be that hard 😭

    #webbrowser #browser #nojs #nojavascript #html #css

  5. RE: social.lol/@brennan/1166408222

    🖥️ Three protocols that have their own ecosystems, their own communities, and their own aesthetics:

    finger://
    gopher://
    gemini://

    🗓️ Two predate the World Wide Web entirely, but one was created in 2019

    🚫 None of them require a GUI

    🚫 None of them require JavaScript

    🖥️ All three of them run in a terminal

  6. Três protocolos com seus próprios ecossistemas, comunidades e estéticas:

    finger://
    gopher://
    gemini://

    Dois precedem a World Wide Web, mas um foi criado em 2019

    Nenhum deles requer interface gráfica

    Nenhum deles requer JavaScript

    Todos os três funcionam num terminal

    brennan.day/gemini-gophers-and

  7. 🤔 Apparently, using a computer is like burning money compared to some magical "structured APIs" 🪄💸. But fear not! #Reflex will solve all your problems with AI-powered code generation and no JavaScript. Because why not trust a company that can't decide if it's an OS or just a random buzzword generator? 🚀🙄
    reflex.dev/blog/computer-use-i #structuredAPIs #AIcodeGeneration #techbuzzwords #noJavaScript #HackerNews #ngated

  8. So I've been trying to code-golf a JS-free menu bar from my website. The <details> HTML tag proves very useful to have a JS-free foldable menu in mobile mode, however I still need to duplicate the whole menu for desktop mode as I couldn't lock <details> to the open state in desktop mode even with media queries.

    The ::details-contents pseudo-element sounds promising though, let's see if it works! It's not widespread yet but just landed in Firefox 143: developer.mozilla.org/fr/docs/

    My bar for stability is at least some time in Firefox ESR, so it won't make it to my website for a year or two. #HTML #CSS #CodeGolf #NoJavaScript

  9. [Перевод] Меню для отзывчивого интерфейса без скриптов

    В этой статье мы расскажем как создать отзывчивое меню по принципу mobile-first, используя только HTML и CSS — без JavaScript. Полный код, используемый в этой статье, доступен в репозитории на GitHub.

    habr.com/ru/companies/beget/ar

    #responsive_design #hamburger #css #туториал #пример #webразработка #webпрограммирование #nojavascript