Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 3.6 KB

README.md

File metadata and controls

73 lines (47 loc) · 3.6 KB

CyrusYip/userscripts

Userscripts are used to enhance browsers. To use these userscripts, install a userscript manager, such as Violentmonkey, and click the install links below. Note that there may be update delay if you use alternative install link.

Summit an issue if there are bugs.

Featured script: link-to-markdown .

clear-localstorage

install (alternative) | source code

Show localStorage of the current page and ask user whether to clear it. It's used for testing websites.

copy-selected-text

install (alternative) | source code

Some websites forbid copying or append additional copyright info. This script copies selected text as long as you can select text.

link-to-markdown

install (alternative) | source code

Get the link and title of current page, convert them to Markdown link, and write it to the clipboard. To use this script, click "Copy Markdown link" in the userscript manager's menu or press Shift + Alt + L . To change settings, click "Link to Markdown Settings" in the menu. Key Definition: https://github.com/violentmonkey/vm-shortcut#key-definition .

show-keydown

install (alternative) | source code

Show keydown event in Console of DevTools.

userscript-manager-api

install (alternative) | source code

Open API documentation of common userscript managers (Greasemonkey, Tampermonkey and Violentmonkey).

viewport-info

install (alternative) | source code

Show innerWidth, innerHeight, and devicePixelRatio. Update them on resize event.

zhihu-no-login

install (alternative) | source code

Redirect login page of zhihu.com to explore page so that you can browse Zhihu without logging in.