Skip to content

Instantly share code, notes, and snippets.

View meisekimiu's full-sized avatar
🕘
Some day, that place in time...

Natalie Martin meisekimiu

🕘
Some day, that place in time...
View GitHub Profile
// ==UserScript==
// @name block adblock block
// @namespace http://localhost
// @include https://[DOMAINS HERE]*
// @version 1
// @grant none
// @run-at document-start
// ==/UserScript==
window.eval_safe = window.eval
window.eval = function(a) {
#define BL_U2R_0 0
#define BL_U2R_1 1
#define BL_U 2
#define BL_R2D_0 3
#define BL_R2D_1 4
#define BL_R 5
#define BL_D2L_0 6
#define BL_D2L_1 7
#define BL_D 8
#define BL_L2U_0 9
{
"idols": [
{
"name": {
"kanji": "天海春香",
"kana": "あまみ はるか",
"translit": "Amami Haruka",
"western": "Haruka Amami"
},
"seiyuu": {
@meisekimiu
meisekimiu / viva.js
Last active January 31, 2016 21:57
Viva La Resolution 4All
//This script only works on viewtopic.php
//It doesn't work on the forum index
(function() {
document.getElementById("main").style.width = "65%";
document.getElementById("content").style.width = "90%";
var bar_1 = document.getElementsByClassName("bar");
for(var i = 0; i < bar_1.length; i++) {
bar_1[i].style = "background-color: #D4DFE7; background-image: none; height: 33px; border-radius: 5px; width: 100%;";
}
var bar_2 = document.getElementsByClassName("bar2");
@meisekimiu
meisekimiu / IdolSorter_Patch.js
Last active May 22, 2016 03:09
Adds PriPara and Side M to Idol Sorter
/*
PriPara and SideM in Idol Sorter! Script by derP@765pro. Other idol shows eventually.
HOW TO RUN THIS SCRIPT:
1. Open the Idol Sorter ( http://kouhi.me/idol/ ) in either Firefox or Chrome (other browsers untested).
2. Open the developer console by pressing F12. You might have to click "console" when the subwindow pops up.
3. Paste this very code into the console and press Enter.
4. If everything works, you should see "PriPara S1+S2 (12)" appear as a checkbox.
5. If it doesn't work... well, it worked on my machine.
*/