Greasy Fork is available in English.
try to take over the world!
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/22751/144696/WaniKani%20Settings.js
// ==UserScript==
// @name WaniKani Settings
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @grant none
// ==/UserScript==
function test(){
alert('test');
}
function settingsDialog(mode){
}
function getSetting(setting){
return localStorage.getItem(setting);
}