当前位置:首页 > js > 正文内容

油猴第一课百度两下

admin4个月前 (12-19)js389
// ==UserScript==
// @name         百度两下
// @namespace    http://tampermonkey.net/
// @version      2024-12-19
// @description  try to take over the world!
// @author       You
// @match        https://www.baidu.com/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=baidu.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    let btn = document.querySelector('.btn.self-btn.bg.s_btn')
    btn.value = '百度两下'
    btn.style.backgroundColor = 'pink'


扫描二维码推送至手机访问。

版权声明:本文由匡民博客发布,如需转载请注明出处。

本文链接:https://kuangmin.top/post/44.html

分享给朋友:

“油猴第一课百度两下” 的相关文章

河南教师培训网

// ==UserScript== // @name         河南教师培训网 // @namespace    http://t...