A tool to help you download full size images from websites
< Opiniones de Download Original Picture
不支持mobile.twitter.com,但可以通过修改部分代码实现支持在第18行附近插入// @include *://mobile.twitter.com/*修改第143行 if (hostname === "twitter.com") { 为 if (hostname === "twitter.com"|hostname === "mobile.twitter.com") {
// @include *://mobile.twitter.com/*
if (hostname === "twitter.com") {
if (hostname === "twitter.com"|hostname === "mobile.twitter.com") {
好的
尝试了添加 tweetdeck.twitter.com 同样管用,感谢:)
Inicia sesión para responder.
不支持mobile.twitter.com,但可以通过修改部分代码实现支持
在第18行附近插入
// @include *://mobile.twitter.com/*
修改第143行
if (hostname === "twitter.com") {
为
if (hostname === "twitter.com"|hostname === "mobile.twitter.com") {