wszystkie statusy usera revayerq (polecam)
// ==UserScript==
// @name ANTY BETTER MPC
// @author MARCHWJ
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
// @include https://www.mpcforum.pl/
// @grant none
// ==/UserScript==
//- The @grant directive is needed to restore the proper sandbox.
jQuery.expr[':'].icontains = function(a, i, m) {
return jQuery(a).text().toUpperCase()
.indexOf(m[3].toUpperCase()) >= 0;
};
//$( "p:icontains('revayerq'), a[href*='https://www.mpcforum.pl/profile/1413125-revayerq/'] " ).parent().hide();
document.addEventListener('DOMNodeInserted', function() { $( "p:icontains('revayerq'), a[href*='https://www.mpcforum.pl/profile/1413125-revayerq/'] " ).parent().hide();
}, false);