|
|
|
|
|
by comntr
2548 days ago
|
|
Isn't bookmarklet just a script that runs on the context of the current page when you click on that bookmark? If so, the script has all the access to your data. It can steal your auth cookie or some keys from the local storage and send them to some server. |
|
And it would just have to be a single line that you can read so you can trust it. Something like:
That would redirect you to discuss.com where you can discuss your current url without discuss.com having any access to your data.To make it more convenient, the bookmarklet could also add the discussion to the current page via an iframe which also has no access to any outside data.