bookmarklets/README.md
2025-08-18 23:26:57 +03:00

6 lines
No EOL
361 B
Markdown

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`;
```