@keage様公開のブックマークレット用スクリプトを読み込むためのスクリプト。
当前为
// ==UserScript==
// @name AutoAAviewScript
// @namespace http://devdev.nagoya/
// @version 0.7
// @description @keage様公開のブックマークレット用スクリプトを読み込むためのスクリプト。
// @author dev-nago
// @match http://oyoguyaruo.blog72.fc2.com/blog-entry-*
// @match http://mukankei151.blog47.fc2.com/blog-entry-*
// @match http://himanatokiniyaruo.com/blog-entry-*
// @match http://rusalka777.blog.fc2.com/blog-entry-*
// @match http://katteniyaruo.blog69.fc2.com/blog-entry-*
// @match http://yaruout.blog.fc2.com/blog-entry-*
// @grant none
// @license MIT License
// ==/UserScript==
(function(){
var d=document,e=d.createElement('script');
e.setAttribute('src','http://devdev.nagoya/fontjs/Saitamaar.js');
e.setAttribute('charset','utf-8');
d.getElementsByTagName('head')[0].appendChild(e);
})();