no vostfr cpas bien

zz

// ==UserScript==
// @name        no vostfr cpas bien
// @namespace   no vost fr
// @description zz
// @include     http://www.cpasbien.*
// @version     1
// @grant       none
// ==/UserScript==

$(function() { 
   $('.ligne0 , .ligne1').each(function() {
	      if ($(this).html().match(/vostfr/) ) {
         $(this).remove();
		 }
   }); 
});

QingJ © 2025

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