- 89 名前:名無しさん@お腹いっぱい。 mailto:sage [2011/11/29(火) 12:25:24.08 ID:H32lPw6M0]
- 全角の[]と<>の処理があれなのかな。
でも<>は~でも消えるんだよね。 オレ素人だから、とりあえず消えればいってことなら、とりあえず下ので希望のは消える。 ※チルダ(~)をアスタリスク(*)に変更。 ----------------------------------------------------------------------------------- //*UTF-8*/ menuitem[label~="PR:"] { display: none !important; } /*utf-8*/ menuitem[label*="<CNET Japan>"] { display: none !important; } /*menuitem[label~="<CNET"] { display: none !important; }*/ /*euc-jp*/ menuitem[label*="[広告特集]"] { display: none !important; } /*UTF-8*/ menuitem[label*="<ZDNet Japan>"] { display: none !important; } /*menuitem[label~="<ZDNet"] { display: none !important; }*/ /*utf-8*/ menuitem[label*="<GameSpot Japan>"] { display: none !important; } /*utf-8*/ menuitem[label*="<鉄道コム>"] { display: none !important; } -----------------------------------------------------------------------------------
|

|