```
javascript:(function(){var u=encodeURIComponent(location.href);var final="https://example.com?url="+u+"&view=thread";window.open(final,"_blank");})();
```
```
javascript:(function(){var u=encodeURIComponent(location.href);var final="https://example.com?url="+u+"&view=thread";window.open(final,"_blank");})();
```