Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/doggy8088/msformsshowlongeroption

調整 Microsoft Forms 回應頁面顯示較寬的選項內容(180px to 350px)
https://github.com/doggy8088/msformsshowlongeroption

tampermonkey tampermonkey-userscript userscript

Last synced: about 2 months ago
JSON representation

調整 Microsoft Forms 回應頁面顯示較寬的選項內容(180px to 350px)

Awesome Lists containing this project

README

        

# MSFormsShowLongerOption

這是一個 [Tampermonkey](https://www.tampermonkey.net/) 的 Userscript,可調整 [Microsoft Forms](https://forms.office.com/) **回應頁面**顯示較寬的選項內容(from 180px to 350px)。

除此之外,我還修正了額外的空白與特殊符號被 HTML Encode 的問題。

- 原本的畫面

p1

- 修正後的畫面

p2

## Usage

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

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

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

## Links

- [Tampermonkey • Documentation](https://www.tampermonkey.net/documentation.php)
- [@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)
- [doggy8088/MSDocsLanguageToggleSwitcher](https://github.com/doggy8088/MSDocsLanguageToggleSwitcher): A Tampermonkey Userscript that add Alt-s keyboard shortcut to the Microsoft Docs website for Language Toggle switches.