English Japanese Kawa.netxp [Greasemonkey] User Scripts by kawa.net

Here are my User Scripts for Greasemonkey.

Body Width 760px

Script Name Body Width 760px
Download bodywidth-760px.user.js
Included Pages http://*.watch.impress.co.jp/docs/*
http://www.watch.impress.co.jp/*/docs/*
http://pcweb.mycom.co.jp/news/*
Excluded Pagesnone
Updated2006/02/09

Just only justify the width of pages to 760 pixel.

( function () {
    document.body.style.width = "760px";
} )();

What a simple source this is!

Body Width 980px

Script Name Body Width 980px
Download bodywidth-980px.user.js
Included Pages http://www.asahi.com/*
Excluded Pagesnone
Updated2006/02/09

Just only justify the width of pages to 980 pixel.

( function () {
    document.body.style.width = "980px";
} )();

What a simple source this is! (again)

Favorites

And I like the following user scripts:

Comments by AjaxCom

Links

Trackbacks

Trackback URL: http://www.kawa.net/service/tb/ajaxtb.cgi/works/greasemonkey/myscripts-e.html

Kawa.netxp © Copyright 2006 Yusuke Kawasaki