vkAdblockJS

block ads in vk.com

当前为 2017-05-10 提交的版本,查看 最新版本

// ==UserScript==
// @name vkAdblockJS
// @description  block ads in vk.com
// @author Vovk Igor
// @license MIT
// @version 1.3
// @require  https://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js
// @include https://vk.com/*
// @namespace https://gf.qytechs.cn/users/123043
// ==/UserScript==

var func = function(){
   $("#ads_left").hide();
   $(".wall_marked_as_ads").parent().parent().parent().parent().parent().hide();
};

$(document).ready(function() 
{
   func();
   setInterval(func,1000);
}); 

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址