This commit is contained in:
Joona 2025-08-18 23:26:57 +03:00
commit 6b8649c4ac
Signed by: j
SSH key fingerprint: SHA256:71sNO/9hYydPayAZPKvNDo2m6+bATP4PaSCZ5LBifRw

6
README.md Normal file
View file

@ -0,0 +1,6 @@
bookmarklets
view highest quality image on xitter
```txt
javascript:const __src = (window.location.href.includes("status") && (document.querySelector('[data-testid="tweetPhoto"]')?.children[1]?.src)%20||%20window.location.href);window.location.href%20=%20`${__src.split(%22?%22)[0]}.${new%20URLSearchParams(__src).get(%22format%22)%20||%20%22jpg%22}:orig`;
```