corentin's profile picture

Published by

published
updated

Category: SpaceHey

[Userscript] Replace notifications buttons by links!

You read it right, I created a userscript that replaces the buttons on the notifications page by actual links that you can click!

Oh, and I also added a new link that opens all the notifications in new tabs :)


>> Homepage of the extension <<


Screenshot:


Feel free to send me your feedback :)



0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

mimbo nerd

mimbo nerd's profile picture
Pinned

got me wondering how hard would it be to make a userscript for better, and high-interval, preservation of drafts from the html/source-duality editor


Report Comment



I don't know if you can use localStorage from a userscript, but if you can then all you have to do is sync the content of text fields on localstorage (key = id of the field), and if you come on a page with an empty field with an existing localStorage entry then prepopulate the field.

by corentin; ; Report