a set of stupid and useless bookmarklets that you 78% will not be able to use or find a use case for
i made this page a long time ago
open any site remotely
data:text/html,<script>window.location.href='https://SITE NAME HERE'?%27+%27e%27.repeat(16380)%3C/script%3E
google cloak
javascript:(function() {Â Â var l = document.querySelector("link[rel*='icon']") || document.createElement('link');Â Â l.type = 'image/x-icon';Â Â l.rel = 'shortcut icon';Â Â l.href = 'https://google.com/favicon.ico';Â Â document.getElementsByTagName('head')[0].appendChild(l);Â Â document.title = 'Google';})();Â Â Â Â Â Â Â Â Â Â Â <- (include that space at the end)
inspect element
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();