Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<body>
<span>Some selected text</span>
<script>
location.hash = ':~:text=Some selected text';
</script>
</body>
</html>
<!doctype html>
<html>
<body>
<span>Some selected text</span>
<script>
location.hash = ':~:text=Some selected text';
</script>
</body>
</html>