// ==UserScript==
// @name            Body Width 980px
// @namespace       http://www.kawa.net/
// @include         http://www.asahi.com/*
// ==/UserScript==

( function () {
    document.body.style.width = "980px";
} )();

