I hereby claim:
- I am likuilin on github.
- I am kuilin (https://keybase.io/kuilin) on keybase.
- I have a public key whose fingerprint is 68DB 2DE8 DC1B B2EB D46D 6B06 26D7 284E 6957 332E
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Pardus Disable OC Retreat | |
| // @author Kui | |
| // @match https://*.pardus.at/ship2opponent_combat.php?* | |
| // @updateURL https://gist.github.com/likuilin/afbf0351024414844d8445c78ba44df2/raw/disable_oc_retreat.user.js | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| if (Array.from(document.querySelectorAll("font")).some(e=>e.innerText=="OFFENSIVE")) |
| // ==UserScript== | |
| // @name Pardus Fix White Flashes | |
| // @version 0.1 | |
| // @author kuilin | |
| // @match http*://*.pardus.at/game.php | |
| // @updateURL https://gist.github.com/likuilin/7a01f652af53d1c62c5a90c9fe352de7/raw/fix_white_flashes.user.js | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |
| // ==UserScript== | |
| // @name Pardus Ship2Ship Transfer Helper | |
| // @version 0.1 | |
| // @author kuilin | |
| // @match http*://*.pardus.at/ship2ship_transfer.php* | |
| // @updateURL https://gist.github.com/likuilin/3e683b5f207162d3c1976b3e10c56dd6/raw/s2s_transfer_name_title.user.js | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |
| // ==UserScript== | |
| // @name Pardus Ship2Ship Bot-Key | |
| // @version 0.1 | |
| // @author kuilin | |
| // @match http*://*.pardus.at/ship2ship_transfer.php* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| let loadScript = function () { |
| /* | |
| Quick n' Dirty In-Browser CTFD Importer | |
| by Kuilin | |
| INSTRUCTIONS: | |
| 1. Put the data into json, with form array of object {name, points, flag}. Example data below in input_data | |
| 2. Log into admin on ctfd, open JS console, get data into it, paste code into it, etc etc | |
| 3. Edit the visibility, flag case sensitivity, etc, if you want, in the code itself | |
| 4. Run ctfd_import(data) (commented out to prevent accidents) | |
| */ |
| // ==UserScript== | |
| // @name 391 Queue Map | |
| // @version 0.1 | |
| // @author kuilin | |
| // @match *://ece391test.web.illinois.edu/* | |
| // @grant none | |
| // @updateURL https://gist.githubusercontent.com/likuilin/f72acb4a92e51a28537c815bc2b3b11e/raw/ece391_queue_map.user.js | |
| // ==/UserScript== | |
| (function() { |
| // ==UserScript== | |
| // @name MediaSpace Styles | |
| // @author kuilin | |
| // @match https://mediaspace.illinois.edu/captionseditor/index/edit-captions/entryid/* | |
| // @updateURL https://gist.github.com/likuilin/a8f2cfdddf3796a5f00fe985dd8a1144/raw/kui_mediaspace_styles.user.js | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
I hereby claim:
To claim this, I am signing this object:
| /* put your custom css here. */ | |
| /* \\192.168.0.137\Users\kuilin\AppData\Local\Discord\app-1.0.9002\modules\discord_desktop_core-2\discord_desktop_core */ | |
| .theme-light { | |
| --background-primary:#ececec; | |
| --background-secondary:#fcfcfc; | |
| --background-tertiary:#dddddd; | |
| --background-floating:#ececec; |