From 6b8649c4ac5b384eb4d3ab1d4c0b1b594271e1af Mon Sep 17 00:00:00 2001 From: Joona <69722179+Masterjoona@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:26:57 +0300 Subject: [PATCH] init --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md 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