- Create new bookmark
- Name it
- Paste the following code in the
url
input
javascript: (() => {const protectedMessages = document.querySelectorAll(".is-protected"); for(const msg of protectedMessages){msg.classList.remove("is-protected");}})();
To run, just click on the bookmark in the telegram web tab.
This will get all protected messages that are currently on the DOM and remove the is-protected
class that prevents text-selection.
If you scroll too much, switch chats or right click a message, you'll have to run it again.