Skip to content

Instantly share code, notes, and snippets.

@martirsadota
martirsadota / kc3kai-dark-tooltips.css
Created March 4, 2020 05:40
Dark tooltips for KC3Kai
/*
Dark Mode Tooltips for KC3Kai
how to use:
paste code in KC3Kai Settings > Panel > Custom CSS
*/
.ui-tooltip {
background-color:#242424;
color: #CCC;
@martirsadota
martirsadota / kc3kai-mlg-text.css
Created March 4, 2020 05:35
Cancerous MLG-style rainbow text for KC3Kai panel
/*
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:
###############################################################################
# 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.
@martirsadota
martirsadota / kancolleparser.out.json
Created July 24, 2015 11:00
sample kancolleparser.pl output
[
{
"build_time" : "00:20:00",
"buildable" : {
"lsc" : false,
"normal" : true
},
"class" : "Fubuki Class Destroyer",
"is_remodel" : false,
"name" : "Fubuki",
@martirsadota
martirsadota / kancolleparser.pl
Last active August 29, 2015 14:25
Kancolle Wiki parser
#!/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: