copy_jianshu_to_csdn_and_segmentfault

将景昱OA头像换掉

יוצר
kaiwen007
התקנות יומיות
0
סה"כ התקנות
1
דירוגים
0 0 0
גרסה
0.1
נוצר
27-03-2022
עודכן
27-03-2022
Size
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(');
}
})();