Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>280blocker test</title>
</head>
<body>
  <h1>280blockerで広告ブロックを有効にしている時に写真が表示されないかテスト</h1>
  <p>280blockerが有効だと <code>ad-</code> で始まるクラス名の要素が非表示になる。</p>
  <img src="https://picsum.photos/200/301" class="ad-tkg">
  <img src="https://picsum.photos/200/302" class="ad-da">
  <img src="https://picsum.photos/200/303" class="ad---">
  <img src="https://picsum.photos/200/304" class="ad-01">
  <img src="https://picsum.photos/200/305" class="ad-">
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers