init
This commit is contained in:
commit
6b8649c4ac
1 changed files with 6 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal 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`;
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue