Gang 发表于 2022-10-5 22:52:13

照着视频操作怎么会不行呢,哪个大佬帮看看

// @namespace    http://tampermonkey.net/
// @version      0.1
// @descriptiontry to take over the world!
// @author       You
// @match      https://bbs.tampermonkey.net.cn/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=gxrcpx.com
// @grant      none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    document.querySelector("#username_LB2a0").value="8888"
    document.querySelector("#password3_LB2a0").value="8888"
    document.querySelector("#cookietime_LB2a0").checked=true
    document.querySelector(".pn").click()
})();

李恒道 发表于 2022-10-5 22:58:00

论坛页面改版了
试试用这个页面写下代码
https://www.52pojie.cn/

Gang 发表于 2022-10-5 23:02:15

李恒道 发表于 2022-10-5 22:58
论坛页面改版了
试试用这个页面写下代码
https://www.52pojie.cn/

好,谢谢大佬{:4_106:}
页: [1]
查看完整版本: 照着视频操作怎么会不行呢,哪个大佬帮看看