// ==UserScript== // @name 转换webp图片到源格式用于Onenote剪藏 // @name:en Convert webp to jpg png gif for Onenote clip // @version 1.0 // @author Black Rabbit // @namespace Black Rabbit // @description 将豆瓣、微信公众号、简书的webp图片转换为对应格式,用于Onenote、Evernote剪辑,可自行模仿如下格式添加用户网站(另起一行)。 // @description:en Convert the webp pictures of Douban, WeChat public account and Jianshu into corresponding formats for editing in Evernote and Onenote. You can also add effective urls by yourself. // @include *://mp.weixin.qq.com/* // @include *://mmbiz.qpic.cn/* // @include *://www.jianshu.com/* // @include *://www.douban.com/* // @downloadURL none // ==/UserScript== var allimg = document.getElementsByTagName('img') function fkwebp() { 'use strict'; for (var i=0;i