Here are my User Scripts for Greasemonkey.
| 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 Pages | none |
| Updated | 2006/02/09 |
Just only justify the width of pages to 760 pixel.
( function () {
document.body.style.width = "760px";
} )();
What a simple source this is!
| Script Name | Body Width 980px |
|---|---|
| Download | bodywidth-980px.user.js |
| Included Pages | http://www.asahi.com/* |
| Excluded Pages | none |
| Updated | 2006/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)
And I like the following user scripts:
Trackback URL: http://www.kawa.net/service/tb/ajaxtb.cgi/works/greasemonkey/myscripts-e.html
Kawa.netxp © Copyright 2006 Yusuke Kawasaki