Bookmarked js code execution #1843

Closed
opened 3 years ago by kufue · 1 comments
kufue commented 3 years ago (Migrated from github.com)

I forgot how stylem works and searched again how to view sites darker.
I found https://www.reddit.com/r/palemoon/comments/iy93tj/is_there_an_extension_or_addon_for_palemoon_to/
where one soulution is

Make a bookmark with this in it:
javascript:(function(){N=document.createElement('link');S='*{background:black !important;color:grey !important}:link,:link *{color:#ddddff !important}:visited,:visited *{color:#ddffdd !important}';N.rel='stylesheet';N.href='data:text/css,'+escape(S);document.getElementsByTagName('head')[0].appendChild(N);})()

I think its a security bug because even if someone altered your bookmarks.html, you first must go through a dns and firewall and router, and pure js code is just executed on current tab

I forgot how stylem works and searched again how to view sites darker. I found https://www.reddit.com/r/palemoon/comments/iy93tj/is_there_an_extension_or_addon_for_palemoon_to/ where one soulution is **Make a bookmark with this in it:** `` javascript:(function(){N=document.createElement('link');S='*{background:black !important;color:grey !important}:link,:link *{color:#ddddff !important}:visited,:visited *{color:#ddffdd !important}';N.rel='stylesheet';N.href='data:text/css,'+escape(S);document.getElementsByTagName('head')[0].appendChild(N);})() `` I think its a security bug because even if someone altered your bookmarks.html, you first must go through a dns and firewall and router, and pure js code is just executed on current tab
wolfbeast commented 3 years ago (Migrated from github.com)

Maybe you aren't aware but bookmarklets is a thing and has always been a thing in Pale Moon. It's not a security bug, it's a feature!

Maybe you aren't aware but bookmarklets is a thing and has always been a thing in Pale Moon. It's not a security bug, it's a feature!
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MoonchildProductions/Pale-Moon#1843
Loading…
There is no content yet.