- 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.