wakakusakatuya / adblock-plus-japanese-filter

Automatically exported from code.google.com/p/adblock-plus-japanese-filter
0 stars 0 forks source link

ルール「##*[class*="promo"]:not(body):not(input)」による誤検出 #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. http://www.havok.com/jp/products/physicsを開く
2. ページの内容(見出しの下)が表示されない
3. 
adblock-plus-japanese-filterの「##*[class*="promo"]:not(body):not(input)」ル
ールを無効にして更新するとページの内容が表示される

Please provide any additional information below.

Drupal 
7ベースのウェブサイトでは「node-promoted」というクラスの要
素が標準で使用されています(http://api.drupal.org/api/drupal/modul
es!node!node.tpl.php/7を参照)。これは広告ではなく、「トップ�
��ージに表示する」という意味で使われており、この要素を
非表示にすると二次被害としてページのその他の内容が隠��
�れてしまいます。

「class*="promo"」はちょっと幅が広すぎるのではないかと思い
ますが、調整は可能でしょうか?

Original issue reported on code.google.com by aa...@madlon-kay.com on 14 Feb 2012 at 3:06

GoogleCodeExporter commented 8 years ago
自動リンク化はちょっとバカみたいなので以上のリンクを��
�記します。
http://www.havok.com/jp/products/physics
http://api.drupal.org/api/drupal/modules!node!node.tpl.php/7

Original comment by aa...@madlon-kay.com on 14 Feb 2012 at 3:07

GoogleCodeExporter commented 8 years ago
的確な報告ありがとうございます
以下の通りフィルタを修正しました

##*[class*="promo"]:not(body):not(input) => 
##*[class*="promo"]:not(body):not(input):not(.node-promoted)

お手数ですが、手動更新・確認願います

Original comment by k2ja...@gmail.com on 14 Feb 2012 at 5:31

GoogleCodeExporter commented 8 years ago
確認しました。問題ないようです。

速やかな対応、ありがとうございます。

Original comment by aa...@madlon-kay.com on 14 Feb 2012 at 5:38

GoogleCodeExporter commented 8 years ago

Original comment by k2ja...@gmail.com on 14 Feb 2012 at 5:47