Bypass Kariyer.net Signup Warning

Removes the jobviewcount cookie on Kariyer.net to bypass job view limits

目前為 2025-02-18 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Bypass Kariyer.net Signup Warning
// @namespace    Violentmonkey Scripts
// @run-at       document-start
// @author       fr0stb1rd
// @noframes
// @version      1.1
// @match        https://www.kariyer.net/*
// @description  Removes the jobviewcount cookie on Kariyer.net to bypass job view limits
// @license      GPL-3.0
// @homepageURL  https://gitlab.com/fr0stb1rd/bypass-kariyer-net-signup-warning
// @supportURL   https://gitlab.com/fr0stb1rd/bypass-kariyer-net-signup-warning/-/issues
// ==/UserScript==
    
(function() {
    // Mevcut çerezi sil
    document.cookie = "jobviewcount=; path=/; domain=kariyer.net;";
})();

QingJ © 2025

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