Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 780 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 780 Bytes

Chrome extensions

Some scripts I wrote to simplify note-taking for video lectures & such. Primarily adds shortcuts to websites.

  • YouTube: Copy current timestamp and recent captions to clipboard.
  • YouTube: Video speed control based on igrigorik/videospeed.
  • GitHub: Shortcut to visit Sourcegraph or Colab for current page
  • Twitter: Copy contents of entire current thread as plain text
  • Vim: navigate using hjkl, back/forward HL and follow links with f

include.js is a simple library; has shorthand methods for DOM manipulation, shortcut definition, etc.

Install:

git clone [email protected]:tkukurin/Proj.TamperScripts.git /my/path
chrome 'chrome://extensions'

Then "load unpacked" the folder in /my/path.