Google Chrome 16 プロセス目
at SOFTWARE
180:名無しさん@お腹いっぱい。
09/07/19 23:12:51 i/y/15QR0
あっと、ごめんね
// ==UserScript==
// @name All sans-serif
// @include URLリンク(*)
// @run-at document-start
// ==/UserScript==
var addCSS = (function () {
var style = document.createElement('style');
style.type = 'text/css';
document.documentElement.appendChild(style);
return function (css) {
style.appendChild(document.createTextNode(css+'\n'));
};
})();
addCSS('* { font-family: sans-serif !important; }');
こうかな?
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5581日前に更新/104 KB
担当:undef