Greasy Fork

WaniKani Settings

try to take over the world!

目前为 2016-08-30 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.icu/scripts/22751/144697/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){
debugger;
    return localStorage.getItem(setting);
}