copy_jianshu_to_csdn_and_segmentfault

将简书文章复制到csdn和思否编辑器中

Versione datata 27/03/2022. Vedi la nuova versione l'ultima versione.

Autore
kaiwen007
Valutazione
0 0 0
Versione
0.1
Creato il
27/03/2022
Aggiornato il
27/03/2022
Dimensione
3,39 KB
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(');
}
})();