您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
能把百度变成“千度”的小插件
// ==UserScript== // @name “百度变千度” // @namespace // @version 1.0.7 // @description 能把百度变成“千度”的小插件 // @author 嘎嘎叫的青蛙 // @match *://*.baidu.com/* // @icon http://www.codekpy.site/qiandu.png // @grant none // @license MIT // @namespace // @namespace // ==/UserScript== (function() { 'use strict'; var bbuuttoonn = document.querySelector('.s_btn'); var tteexxtt = document.querySelector('.toindex'); var ttiittllee = document.querySelector('title'); var llooggoo = document.querySelector('.index-logo-src'); var lliinnkk = document.querySelector('.c-link'); bbuuttoonn.setAttribute('value','千度一下'); tteexxtt.innerHTML='<a class="toindex" href="/">千度首页</a>'; ttiittllee.innerHTML='千度一下,你就知道'; llooggoo.setAttribute('src','http://www.codekpy.site/qiandu.png'); lliinnkk.setAttribute('style','color:#ff0000;'); console.log('本油猴插件由嘎嘎叫的青蛙制作') console.log('') console.log('本油猴插件由嘎嘎叫的青蛙制作') console.log('') console.log('本油猴插件由嘎嘎叫的青蛙制作') console.log('') console.log('本油猴插件由嘎嘎叫的青蛙制作') console.log('') console.log('本油猴插件由嘎嘎叫的青蛙制作') console.log('') // Your code here... })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址