We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829920e commit 6bf9155Copy full SHA for 6bf9155
js/ditto.js
@@ -263,6 +263,7 @@ function create_banner(element) {
263
264
var banner = $('<a href="http://www.apeclass.com?did=12" style="color: #333333;" target="_blank"><div style="' + styleStr + '">' + text + '</div></a>')
265
.insertAfter(element);
266
+ setTimeout(function () {if (banner.css('display') === 'none') $(ditto.content_id).html('seems adblock works...'); }, 500);
267
}
268
269
function create_page_anchors() {
0 commit comments