/chromego

custom keybindings in chrome web browser

Primary LanguageJavaScript

Customized Chrome Utilities

copy url in org mode link format

  • "Ctrl+Y": "Save the current page title and URL to system clipboard in orgmode link format"

url redirection

# redirect to blank (blocked)
zhihu.com
# redirect from bing to google
bing.com/ -> www.google.com
# redirect from youtube to bilibili
youtube.com -> bilibili.com
# the target is inherited from last rule, so twitter.com will be redirected to bilibili.com
twitter.com

Installation

clone the repository and goto chrome://extensions/ and enable developer mode. Click on load unpacked and select the cloned repository.