Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.01 KB

File metadata and controls

38 lines (34 loc) · 1.01 KB

twOpenOriginalImage

user script (Greasemonkey / Tampermonkey)

smallbomb modifyー(twOpenOriginalImage.user.js)

"example"

example

[{mm}-{dd}]({username}){tweet_id}_img{i}.{ext} => [10-06](Google)1445486492734816268_img1.jpg

support filename format

/*    filename:
 *      {base}
 *    tweet create date:
 *      {yyyy} => fullyear
 *      {mm} => month
 *      {dd} => day
 *      {HH} => hours
 *      {MM} => minutes
 *      {SS} => seconds
 *    author:
 *      {fullname} => nickname
 *      {username} => account
 *    image index:
 *      {i} => 1, 2, ...
 *    tweet id:
 *      {tweet_id}
 *    tweet text:
 *      {twtext} => first line only
 *    suffix:
 *      {suffix} => '-orig'
 *    extension:
 *      {ext}
 */