Greasy Fork is available in English.

【淘宝商家互助提升人气流量】

点击链接进入

// ==UserScript==
// @name       【淘宝商家互助提升人气流量】
// @grant       none
// @version     1.0
// @namespace   淘宝
// @match       https://www.baidu.com/
// @description 点击链接进入
// ==/UserScript==
(function() {
    var text="<a href='https://jq.qq.com/?_wv=1027&k=E92X2iqq'>淘宝商家互助请进!</a></p>";
    var texts="<a href='https://jq.qq.com/?_wv=1027&k=E92X2iqq'>淘宝商家互助请进!</a></p>"
    text=text+texts;
    var div=document.createElement("div");
    div.innerHTML=text;

   document.getElementById("lg").appendChild(div).style.fontSize="50px";

})();