АнтиВоланд

АнтиВоланд2

// ==UserScript==
// @name          АнтиВоланд
// @namespace    АнтиВоланд1
// @version 	   1
// @description   АнтиВоланд2
// @include      http://virtonomic*.*/*/forum/*

// ==/UserScript==

var run = function() {

    var win = (typeof(unsafeWindow) != 'undefined' ? unsafeWindow : top.window);
    $ = win.$;
$('table.message_color2:has(a.username:contains(VolandAV))').remove();

  
  
                   }
  if(window.top == window) {
    var script = document.createElement("script");
    script.textContent = '(' + run.toString() + ')();';
    document.documentElement.appendChild(script);
}

QingJ © 2025

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