Skip to content

tezlm/cuticle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chromiutil

utility scripts for chromium. current features:

  • alt-p to put videos in pip (picture in picture)
    • if multiple videos are found, you can pick which one to put in pip
    • press again to unpip
  • hold alt to temporarily speed up videos 5x
  • automatic tab group collapsing (read note below)
  • auto-hide download bar

to make automatic tab group collapsing work, you need to hijack ctrl{-shift}-tab. you can do so by running this code on chrome://extensions

chrome.developerPrivate.updateExtensionCommand({
	extensionId: "<whatever id chrome chooses>",
	commandName: "nextTab",
	keybinding: "Ctrl+Tab"
});

chrome.developerPrivate.updateExtensionCommand({
	extensionId: "<the same id again>",
	commandName: "prevTab",
	keybinding: "Ctrl+Shift+Tab"
});

About

utility scripts for chromium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published