copy_jianshu_to_csdn_and_segmentfault

将景昱OA头像换掉

Autore
kaiwen007
Installazioni giornaliere
0
Installazioni totali
1
Valutazione
0 0 0
Versione
0.1
Creato il
27/03/2022
Aggiornato il
27/03/2022
Dimensione
479 Byte
Licenza
Non disponibile
Applica a

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