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