Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkobayashime/twins-enhanced
Browser userscript to improve semantics of TWINS
https://github.com/mkobayashime/twins-enhanced
Last synced: 2 months ago
JSON representation
Browser userscript to improve semantics of TWINS
- Host: GitHub
- URL: https://github.com/mkobayashime/twins-enhanced
- Owner: mkobayashime
- License: mit
- Archived: true
- Created: 2020-05-22T07:27:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T07:48:25.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:13:10.391Z (6 months ago)
- Language: JavaScript
- Homepage: https://github.com/mkobayashime/twins-enhanced/raw/master/index.user.js
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tsukuba - TWINS Enhanced (Userscript) - しばらく操作しないときにtwinsから自動ログインされるのを防ぐ。 (公式サービス関連 / TWINS)
README
# TWINS Enhanced
Browser userscript to improve semantics of [TWINS](https://twins.tsukuba.ac.jp/)
**Mainly for students of University of Tsukuba**
## How to use
### Step 1
To use user scripts you need to first install a user script manager. Which user script manager you can use depends on which browser you use.
It should work in all the managers listed below, but only [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) in Chrome is tested.
* Chrome: [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) or [Violentmonkey](https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag)
* Firefox: [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/), [Tampermonkey](https://addons.mozilla.org/firefox/addon/tampermonkey/), or [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey/)
* Safari: [Tampermonkey](http://tampermonkey.net/?browser=safari)
* Microsoft Edge: [Tampermonkey](https://www.microsoft.com/store/p/tampermonkey/9nblggh5162s)
* Opera: [Tampermonkey](https://addons.opera.com/extensions/details/tampermonkey-beta/) or [Violentmonkey](https://addons.opera.com/extensions/details/violent-monkey/)
* Maxthon: [Violentmonkey](http://extension.maxthon.com/detail/index.php?view_id=1680)
* Dolphin: [Tampermonkey](https://play.google.com/store/apps/details?id=net.tampermonkey.dolphin)
* UC: [Tampermonkey](https://play.google.com/store/apps/details?id=net.tampermonkey.uc)### Step 2
Access [the userscript file](https://github.com/mkobayashime/twins-enhanced/raw/master/index.user.js) and the userscript manager (installed in the previous step) will guide you to the installation page automatically.
## License
MIT License
Copyright (c) 2020 Masaki Kobayashi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.