copy_jianshu_to_csdn_and_segmentfault

将景昱OA头像换掉

2022-03-27 기준 버전입니다. 최신 버전을 확인하세요.

작성자
kaiwen007
평점
0 0 0
버전
0.1
생성일
2022-03-27
갱신일
2022-03-27
크기
450바이트
라이선스
해당 없음
적용 사이트
모든 사이트

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