Greasy Fork is available in English.
将sogou公众号搜索结果导出成图片
当前为
// ==UserScript==
// @name sogou公众号搜索结果导出图片
// @namespace http://greasyfork.icu/zh-CN/users/443879-fanzhixin
// @version 0.1
// @description 将sogou公众号搜索结果导出成图片
// @author Bill Fan 范志鑫
// @match https://weixin.sogou.com/*
// @include https://weixin.sogou.com/*
// @run-at document-end
// @grant GM_xmlhttpRequest
// ==/UserScript==
(function() {
console.log('hello world')
// Your code here...
})();