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