Love HINATA♥
by
tyage
2010-08-27 [2010/08/27 17:52:05]
ブラウザに一台ひなったー(@hinatter)を持ち歩こう!
@@ -3,7 +3,11 @@
* @description ひなったーLOVEな人は必須
* @include http://*
* @license MIT License
- * @require
+ * @require jQuery
*/
-(function () {var a=document.getElementsByTagName("img");for(var b in a){var c=a[b];c.style.width=c.offsetWidth+"px";c.style.height=c.offsetHeight+"px";c.src="http://s3.amazonaws.com/twitpic/photos/full/138774759.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1280831938&Signature=0yL%2FFd442EcABaeEXwEwJ9l%2BRFc%3D"};})
+(function () {
+ $('img').each(function () {
+ $(this).width($(this).width()).height($(this).height()).attr('src', 'http://s3.amazonaws.com/twitpic/photos/full/138774759.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1280831938&Signature=0yL%2FFd442EcABaeEXwEwJ9l%2BRFc%3D');
+ });
+})
/*
* @title Love HINATA
* @description ひなったーLOVEな人は必須
* @include http://*
* @license MIT License
* @require jQuery
*/
(function () {
$('img').each(function () {
$(this).width($(this).width()).height($(this).height()).attr('src', 'http://s3.amazonaws.com/twitpic/photos/full/138774759.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1280831938&Signature=0yL%2FFd442EcABaeEXwEwJ9l%2BRFc%3D');
});
})
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。