Cara Menghilangkan Iklan ClubCooee Tanpa VIP
Pasang script berikut menggunakan Greasemonkey untuk Firefox atau Tampermonkey untuk Chrome
// ==UserScript==
// @name clubcooee
// @namespace com.clubcooee
// @include *.clubcooee.com/*
// @require http://code.jquery.com/jquery-1.10.2.js
// @version 1
// @grant none
// ==/UserScript==
$('.hideAdsGoVip').each(function(){
$(this).css({
display: 'none'
});
});
$('ins').each(function(){
$(this).css({
display: 'none'
});
});
Setelah itu iklan otomatis menghilang.
Facebook Comments
Leave a Reply