An open API service indexing awesome lists of open source software.

https://github.com/doggy8088/msdocslanguagetoggleswitcher

A Tampermonkey Userscript that add Alt-s keyboard shortcut to the Microsoft Docs website for Language Toggle switches.
https://github.com/doggy8088/msdocslanguagetoggleswitcher

tampermonkey tampermonkey-userscript userscript

Last synced: 6 days ago
JSON representation

A Tampermonkey Userscript that add Alt-s keyboard shortcut to the Microsoft Docs website for Language Toggle switches.

Awesome Lists containing this project

README

        

# Microsoft Docs Language Toggle Switcher (Alt+s)

A [Tampermonkey](https://www.tampermonkey.net/) Userscript that add `Alt-s` keyboard shortcut to the [Microsoft Docs](https://docs.microsoft.com/?WT.mc_id=DT-MVP-4015686) website for **Toggle Language**.

## Usage

1. Install [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) Chrome extension.

2. Click [this link](https://github.com/doggy8088/MSDocsLanguageToggleSwitcher/raw/main/MSDocsLanguageToggleSwitcher.user.js) to install Userscript.

3. Hit **Install** button in the Tampermonkey extension page.

## Links

- [Tampermonkey • Documentation](https://www.tampermonkey.net/documentation.php)
- [@run-at](https://www.tampermonkey.net/documentation.php#_run_at)
- [@match](https://www.tampermonkey.net/documentation.php#_match)

## Related Userscripts

- [doggy8088/TrackingTokenStripper: A Tampermonkey Userscript that remove most of the annoying tracking token from URL parameters](https://github.com/doggy8088/TrackingTokenStripper)