Files
pathduck.github.io/vivaldi/Vivaldi-chains.txt
T
2025-07-11 17:09:25 +02:00

32 lines
1.5 KiB
Plaintext
Executable File

CHAINS
======
Open Downloads Page
chrome://downloads
Follow PiP
javascript:(()=>{var visible=true;document.addEventListener("visibilitychange", (e) => {visible = !visible; if (!visible){[...document.querySelectorAll('video')].filter(v => !v.paused)[0].requestPictureInPicture();return;}document.pictureInPictureElement && document.exitPictureInPicture();});history.replaceState({},"",location.href)})();
Force PiP
javascript:var v=document.querySelector("video");v.removeAttribute("disablePictureInPicture");v.requestPictureInPicture();history.replaceState({},"",location.href);
Rename Tab
javascript:(function(){var title=prompt("New title?", document.title);if(title){document.title=title;}history.replaceState({},"",location.href);})();
Copy URL as link
javascript:(function copy(c){c.clipboardData.setData('text/html','<a href="'+location.href+'">'+document.title+'</a>');c.clipboardData.setData("text/plain", location.href);c.preventDefault();}document.addEventListener("copy",copy);document.execCommand("copy");document.removeEventListener("copy",copy);history.replaceState({},"",location.href);)();
Press This Page
https://stian.sdf.org/wp/wp-admin/press-this.php?url-scan-submit=Scan&u={page_url}
Mail Link
javascript:document.location.href = 'mailto:?subject=' + encodeURIComponent(document.title) + '&body=' + encodeURIComponent(document.location);
Search with ImgOPS
https://imgops.com/{src_url}
Translate selection with DeepL
https://www.deepl.com/translator#auto/en/{selection}
Translate Page with Google
https://translate.google.com/website?u={page_url}