Skip to content

Instantly share code, notes, and snippets.

@kamikat
Last active January 20, 2018 13:11
Show Gist options
  • Save kamikat/8068215 to your computer and use it in GitHub Desktop.
Save kamikat/8068215 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Nekonazo Party Wacom Support Fix
// @namespace https://kirisetsz.github.io/
// @version 0.1
// @description Load Wacom Tablet support to Nekonazo Party (for WacomWebPlugin)
// @match http://oekaki.so/partyex/*
// @copyright 2012+, kirisetsz
// ==/UserScript==
window.addEventListener('load', function ()
{
tablet = document["oekakitab-plugin"].penAPI;
noplugin = false;
});
@kamikat
Copy link
Author

kamikat commented Dec 21, 2013

Userscript adapt Nekonazo Party with WacomWebPlugin fork

@kamikat
Copy link
Author

kamikat commented Jun 17, 2014

Function merged by upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment