FrontPage

広告除去以外の機能追加、バグ回避等をまとめるページ。

汎用

action ファイルでの指定が特定の URL にならないようなものをイメージしています。

MediaWiki プレビューボタンデフォルト化

ボタンの順番を入れ替える事により、Wikipedia 等で使用されている MediaWiki で、編集時のデフォルトボタンを書き込みではなくプレビューにします。

ref: http://slashdot.jp/~Yak!/journal/443897

action ファイル(例)

{+filter{mediawiki-preview-defaultize}}
.wikipedia.org
.wikibooks.org

filter ファイル

FILTER: mediawiki-preview-defaultize Make preview as default on MediaWiki
s|(<input id="wpSave"[^>]+>)(\s*)(<input id="wpPreview"[^>]+>)|$3$2$1|

特定サイト

Tech On! ログイン要求回避

action ファイル

{+filter{techon-nologin}}
techon.nikkeibp.co.jp

filter ファイル

FILTER: techon-nologin
s|<div id="nocookie">.*?</div>||s

Chrome 12.0 で Google 系サイトに対してフィルタが効かない問題を回避

http://hibari.2ch.net/test/read.cgi/linux/1065176466/132 より

action ファイル

# 有効にする範囲は適宜調整すること
{+client-header-tagger{ua-tagger}}
.google.com
.google.co.jp

{+client-header-filter{prevent-sdch}}
TAG:^User-Agent:Chrome$

filter ファイル

# UA 判別用タグ設定
CLIENT-HEADER-TAGGER: ua-tagger UserAgent tagger
s,^User-Agent:(?:.*(Opera).*|.*(Firefox|MSIE|Chrome).*)$,User-Agent:$1$2,

# SDCH 無効化
CLIENT-HEADER-FILTER: prevent-sdch
s|^(Accept-Encoding:.*),sdch(.*)$|$1$2|

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2011-04-23 (土) 01:54:16
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.