Easy Cookie Manager

A manager that helps you to set cookies instantly!

目前為 2021-02-05 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/421266/897842/Easy%20Cookie%20Manager.js

// ==UserScript==
// @name         Easy Cookie Manager
// @namespace    http://tampermonkey.net/
// @version      a0.1
// @description  A manager that helps you to set cookies instantly!
// @description  To use Say setCookie(Name,value,domain,path,expires);
// @description  If you don't want one of them to be used, do "" (NO SPACE)
// @author       You
// @match        *://*.*/*
// @grant        none
// ==/UserScript==

alert("This userscript Uses Easy Cookie Manager. Search up on gf.qytechs.cn.");
function setCookie(name,value,domain,path,expires) {
    document.cookie=name+"="+value+"; domain="+domain+"; path="+path+"; expires="+expires;
}

QingJ © 2025

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