Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do we know that they didn't have some backend code handing the editing?

I don't think a web where every page is globally editable by default would be a good idea, but I can't imagine at all how it would work without a backend, unless all of the changes are just local. But that seems pointless.

 help



Being able to change stylesheets, disable or enhance various JavaScript scripts, add notes and annotations, and other things, is exactly the idea of a user agent.

The user makes a request, and then does whatever they like with the answer. Not just whatever is sensible, but whatever they want to do.

If that concept somehow became accepted again... I think the accessible web might well become a solved problem, rather than an endless slog.


In what way is that not currently possible? All browsers I know of you can edit whatever you want in any page you download

You'll need to do a bit of work to make it the way it used to be. Editing any text on a page, or having your changes save persistently, needs a bit of a... Framework, to keep things together, rather than being the expected mode of interaction.

Sure, I can add a p to the tree. But if I refresh, its gone. I'll probably need plugins to keep my own stylesheets and JS changes around.


>Being able to change stylesheets

https://addons.mozilla.org/en-US/firefox/addon/styl-us/

>disable or enhance various JavaScript scripts

https://addons.mozilla.org/en-US/firefox/addon/ublock-origin...

https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/...

Yeah you can't directly alter scripts being ran (as far as I know?) but you can usually override/extend behavior and can definitely add your own

>add notes and annotations

https://cwmonkey.github.io/greasemonkey/make-note/

(I haven't actually used this one, just first result)


I'm aware of plugins. But these used to be builtin features. Developers needed to work with them, rather than making it harder and harder to use them to make the users life easiee.

HTTP has PUT and DELETE for a reason ;-)

> But that seems pointless.

Making notes for your own consumption?


Upload the file when you are done, perhaps?



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: