dimdenGD / OldTwitter

Extension to return old Twitter layout from 2015 / 2018.
https://chrome.google.com/webstore/detail/old-twitter-layout-2022/jgejdcdoeeabklepnkdbglgccjpdgpmf
Other
1.76k stars 159 forks source link

Custom media download template #838

Closed vampiricwulf closed 1 week ago

vampiricwulf commented 1 month ago

With a userscript called Twitter Media Downloader, I use a template I have a greater preference for, if possible I would like the ability to set the template to be used or at least be given an option for it: @{user-id}-{status-id} An example with https://twitter.com/GooseworxMusic/status/1800475085473788315 -> @GooseworxMusic-1800475085473788315-0.jpg @GooseworxMusic-1800475085473788315-1.jpg @GooseworxMusic-1800475085473788315-2.jpg

vampiricwulf commented 1 month ago

To explain the preference, it's because Regex \w is alphanumeric and underscore, which is the exact limitations account names have for Twitter, so I prefer to use - to break apart sections of important data which is not captured and not allowed in names.