AddPenguin

try to take over the world!

Verze ze dne 18. 10. 2018. Zobrazit nejnovější verzi.

// ==UserScript==
// @name         AddPenguin
// @namespace    http://www.qq.com/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        http://www.qq.com/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    $('#tencentlogo').append('<img style="width:80px;" src="//sqimg.qq.com/qq_product_operations/im/qqlogo/imlogo_b.png" alt="QQ">');
})();