Created
May 23, 2014 01:19
-
-
Save ssig33/c6a92515567705783bf8 to your computer and use it in GitHub Desktop.
ひとでくんのブログを再度グニャグニャさせる user.js です
This file contains hidden or 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 hitode gunyagunya | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @match http://hitode909.hatenablog.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
$(function(){ | |
$('body').append('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>') | |
$('body').append('<script src="http://hitode909.github.io/hatenablog-unofficial-modules/haikei-gunyagunya2.js"></script>') | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment