copy_jianshu_to_csdn_and_segmentfault

将景昱OA头像换掉

Aŭtoro
kaiwen007
Ĉiutagaj instaloj
0
Tutaj instaloj
1
Ratings
0 0 0
Versio
0.1
Kreita
2022/03/27
Ĝisdatigita
2022/03/27
Size
479 bitokoj
Licenco
N/A
Aplikiĝas al

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