twimg_redirect_orig

Redirect twimg to :orig

< 脚本twimg_redirect_orig的反馈

评价:好评 - 脚本运行良好

§
发表于:2018-01-27

Additional url request *: thumb *: small

// @include *://pbs.twimg.com/media/*:thumb
// @include *://pbs.twimg.com/media/*:small

str = str.replace( /:(thumb|small|large|orig).*$/, "");

greg10作者
§
发表于:2018-01-27

Added it. Thank you for you request!!

§
发表于:2018-02-11

str = str.replace( /\?format=/, ".");
This line is necessary when opened from mobile.twitter.com.

greg10作者
§
发表于:2018-02-12

I modified it for your proposal. I believe it works fine.

§
发表于:2018-02-12

str = str.replace( /\&name=.*/, "");
Sorry,Without this it will not work well in some situations from mobile...

ps.
Script automatic updating is not done for some reason.
@namespace http://catherine.v0cyc1pp.com/twimg_redirect_orig.user.js
Is this because of the line?

§
发表于:2018-02-12

hi

发表回复

登录以发表回复。