@gosha@merveilles.town @cnx@awkward.place Your website doesn't function without Javascript, and quite a big blob of it, too. Any good website doesn't depend on Javascript.
Conversation
Notices
-
Embed this notice
tyil (tyil@fedi.tyil.nl)'s status on Friday, 13-Jun-2025 19:04:33 JST tyil
- 翠星石 and Alexandre Oliva like this.
-
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Friday, 13-Jun-2025 19:06:52 JST 翠星石
@tyil @gosha @cnx All good websites only contain this JavaScript;
<script>
/* AGPLv3-or-later */
document.body.innerHTML = 'We have detected that you have JavaScript enabled in your browser, please disable it to continue.'
</script>Alexandre Oliva likes this. -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Friday, 13-Jun-2025 19:10:38 JST 翠星石
@Zergling_man @cnx @tyil Checkboxes can be used to filter search results without needing JavaScript - even though there's a round trip, it seems that'll be faster than JavaScript. -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Friday, 13-Jun-2025 19:10:39 JST Zergling_man
@Suiseiseki @tyil @cnx I think that it can be used "appropriately", like filtering search results with checkboxes or whatever, which is only a few lines - something that can be audited before execution, and is entirely optional.
But this is more fun. -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Friday, 13-Jun-2025 19:30:24 JST 翠星石
@Zergling_man @cnx @tyil Yes, the site should just allow you to download all the data so you can grep it. -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Friday, 13-Jun-2025 19:30:26 JST Zergling_man
@Suiseiseki @tyil @cnx Yes, or just use grep/awk/whatever so the server doesn't have to know about it.