copy_jianshu_to_csdn_and_segmentfault

将景昱OA头像换掉

作者
kaiwen007
今日安裝
0
安裝總數
1
評價
0 0 0
版本
0.1
建立日期
2022-03-27
更新日期
2022-03-27
尺寸
479 位元組
授權條款
未知
腳本執行於

// ==UserScript==
// @name copy_jianshu_to_csdn_and_segmentfault
// @namespace https://github.com/techstay/myscripts
// @version 0.1
// @description 将景昱OA头像换掉
// @author 凯文007
// @include *
// @grant none
// ==/UserScript==
(function () {
'use strict';

var largeHead= $('largeHead');
if (largeHead.lenth==1){
$(largeHead).html(');
}
})();