copy_jianshu_to_csdn_and_segmentfault

将景昱OA头像换掉

Autor
kaiwen007
Instalaciones diarias
0
Instalaciones totales
1
Calificaciones
0 0 0
Versión
0.1
Creado
27/3/2022
Actualizado
27/3/2022
Tamaño
479 Bytes
Licencia
Desconocida
Funciona en

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