AddPenguin

try to take over the world!

当前为 2018-10-18 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name AddPenguin
  3. // @namespace http://www.qq.com/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match http://www.qq.com/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. $('#tencentlogo').append('<img style="width:80px;" src="//sqimg.qq.com/qq_product_operations/im/qqlogo/imlogo_b.png" alt="QQ">');
  14. })();

QingJ © 2025

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