AddPenguin

try to take over the world!

Fra 18.10.2018. Se den seneste versjonen.

// ==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">');
})();