This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name AutologinSSO | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.0.2 | |
| // @author Rendtzy | |
| // @description Plis scele jangan logout2 mulu | |
| // @match https://scele.cs.ui.ac.id/* | |
| // @include https://emas2.ui.ac.id/* | |
| // @grant GM_addElement | |
| // @updateURL https://gist.github.com/Vin-Ren/c3407dd0f28a7115b72263c72fea108c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from datetime import datetime | |
| import json | |
| """An converter for | |
| ['Export Chrome History'](https://chrome.google.com/webstore/detail/dihloblpkeiddiaojbagoecedbfpifdj) | |
| chrome extension json output to be importable by | |
| ['History Trends Unlimited'](https://chrome.google.com/webstore/detail/pnmchffiealhkdloeffcdnbgdnedheme) chrome extension.""" | |
| """ | |
| Name Description Example | |
| URL The visited URL http://scores.sports.example.com/team?id=123456 |