copy_jianshu_to_csdn_and_segmentfault

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

Tính đến 27-03-2022. Xem phiên bản mới nhất.

Tác giả
kaiwen007
Đánh giá
0 0 0
Phiên bản
0.1
Đã tạo
27-03-2022
Đã cập nhật
27-03-2022
Size
3 KB
Giấy phép
N/A
Áp dụng cho

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