L站现在是接入广告了?

都有哪些广告啊,是预计接入还是已经有广告入驻了?

11 个赞

没广告,测试脚本和机制

5 个赞

好的,有广告也没事,支持

2 个赞

你没看见性感,那不是好同志。

3 个赞

快发出来让我也看看 :tieba_006:

1 个赞

原来在这里,没有花里胡哨的图片,一时间还真没注意到 :tieba_001:

这次样式,始皇居然引用了变量,喷不到了。

佬搞前端的吗,都关注到css去了

1 个赞

不搞,和什么端没关系,不规范就喷。-- 老喷子

2 个赞

我也是懂变量的 :tieba_025:

7 个赞

这样 :tieba_025:

      for (let element of document.getElementsByClassName('discourse-adplugin')) {
            element.style.visibility = 'hidden';
        }
2 个赞

始皇,性感的样式,还是有点问题,它超出了一块,我试了一下,这样解决就行

<span>
    <div id="ember63" class="ember-view topic-above-suggested-outlet discourse-adplugin">
        <div id="ember65" class="house-creative house-topic-above-suggested ember-view"> <a target="_blank"
                href="https://linux.do/t/topic/298988">
                <div style="text-align:center;padding:1em 0;margin-bottom:1em;border:1px dashed var(--tertiary);">
                    美女H官 在线性感
                </div>
            </a>
        </div>
    </div>
</span>

改为下面的,复用一下面推荐的样式,就对齐了

<div class="more-topics__container"> <!-- 这里将 span 改为 div 并复用 more-topics__container -->
    <div id="ember64" class="ember-view topic-above-suggested-outlet discourse-adplugin">
        <div id="ember66" class="house-creative house-topic-above-suggested ember-view"> <a target="_blank"
                href="https://linux.do/t/topic/298988">
                <div style="text-align:center;padding:1em 0;margin-bottom:1em;border:1px dashed var(--tertiary);">
                    美女H官 在线性感
                </div>
            </a>
        </div>
    </div>
</div>
1 个赞

这不难检测。包括缩小、移出可见范围,老前端都懂的。

2 个赞

它对齐的其实是上面的 notice bar,因为 notice bar 下面也有个 banner 没开

准备成为世界首富

看着极其高端.

暂时能用,提醒一下始皇哈哈 :tieba_087:

1 个赞

我没有加入这个检测。是因为针对这种操作,就不是简单白屏对付了

2 个赞

原来还有 banner

2 个赞