This file contains 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
#!/usr/bin/perl -X | |
#---------------------------------------------------------------------------------- | |
# kancolleparser.pl | |
#---------------------------------------------------------------------------------- | |
# Small utility script that fetches a shipgirl page and parses info from it | |
# Parse output is sent to stdout (as JSON) | |
# (You can also plug in other Wiki pages to it but don't expect anything) | |
# | |
# To use: |
This file contains 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
[ | |
{ | |
"build_time" : "00:20:00", | |
"buildable" : { | |
"lsc" : false, | |
"normal" : true | |
}, | |
"class" : "Fubuki Class Destroyer", | |
"is_remodel" : false, | |
"name" : "Fubuki", |
This file contains 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
############################################################################### | |
# WHEN KC IS DED | |
# IF YOU HAD TO GO THIS FAR, YOU ARE A TRUE KANCOLLE FAN | |
# | |
# This config file is adapted from Chami (kc.piro.moe), which used a private | |
# server that cannot be exposed to the public. I used a public server from | |
# VPNGate (https://www.vpngate.net/en/) for this config. | |
# | |
# This is configured to (hopefully) route ONLY Kancolle traffic to a JP server | |
# and not touch anything else. |
This file contains 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
/* | |
MLG TEXT FOR YOUR SHIPGIRLS | |
changes the color of your favorite ship girl's name | |
to cancerous rainbow mlg text | |
works in KC3 Kai | |
how to use: | |
paste code in KC3Kai Settings > Panel > Custom CSS | |
to modify: |
This file contains 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
/* | |
Dark Mode Tooltips for KC3Kai | |
how to use: | |
paste code in KC3Kai Settings > Panel > Custom CSS | |
*/ | |
.ui-tooltip { | |
background-color:#242424; | |
color: #CCC; |