Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/doggy8088/msformsshowlongeroption
- Owner: doggy8088
- License: mit
- Created: 2021-05-04T15:10:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T15:23:31.000Z (almost 4 years ago)
- Last Synced: 2024-12-19T22:55:37.596Z (about 2 months ago)
- Topics: tampermonkey, tampermonkey-userscript, userscript
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 的問題。
- 原本的畫面
- 修正後的畫面
## 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.