Hide BairesDev LLC

Hide BairesDev LLC offers

目前為 2025-03-28 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Hide BairesDev LLC
// @namespace    http://tampermonkey.net/
// @version      2025-01-24
// @description  Hide BairesDev LLC offers
// @author       You
// @match        https://co.computrabajo.com/trabajo-de*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=computrabajo.com
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    $('.box_offer:has(a:contains("BairesDev LLC"))').hide();
})();

QingJ © 2025

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