-
-
Save syoichi/1092530 to your computer and use it in GitHub Desktop.
$X関数に依存しないように変更した。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name make b.hatena.jp/youpy usable | |
// @namespace http://d.hatena.ne.jp/youpy/ | |
// @include http://b.hatena.ne.jp/youpy* | |
// ==/UserScript== | |
document.querySelector('style').sheet.disabled = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment