Show Cookies

try to take over the world!

Per 29-05-2021. Zie de nieuwste versie.

// ==UserScript==
// @name        Show Cookies
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  try to take over the world!
// @author       You
// @match        https://dld.qzapp.z.qq.com/qpet/cgi-bin/phonepk?zapp_uin=&B_UID=0&sid=&channel=0&g_ut=1&cmd=store
// @require      https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    let $a = $(`<br><input type="text">`).css("color", "red");
    let cookie = {"url": "https://dld.qzapp.z.qq.com/qpet/cgi-bin/phonepk?cmd=index", "cookie": document.cookie}
    $a.val(JSON.stringify(cookie));
    $("a").last().after($a);
    // Your code here...
})();
长期地址
遇到问题?请前往 GitHub 提 Issues。