commit 6b8649c4ac5b384eb4d3ab1d4c0b1b594271e1af Author: Joona <69722179+Masterjoona@users.noreply.github.com> Date: Mon Aug 18 23:26:57 2025 +0300 init diff --git a/README.md b/README.md new file mode 100644 index 0000000..4cc5c13 --- /dev/null +++ b/README.md @@ -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`; +``` \ No newline at end of file