A Tampermonkey userscript completely written in React to provide a button for easily getting the post's photographs or videos from the web app.
When installed, the script will render the logo next to the web app's own logo (that's how you'll know it's working). A dedicated button will then be appended to every post, so you can't miss it.
- Doesn't support videos yet
- Doesn't support profile pictures yet
- Stops working after browsing back and forth on multiple image posts a couple of times
- May not show until scrolling has occurred after going back to the main profile page
- Probably a lot more I haven't noticed yet
I questioned myself if I could, then I did it. I took some ideas from siefkenj's repository.
Tampermonkey is available for many different browsers, so this automatically works in every supported browser.
Me.
Sure.
Sure, just check the license.
Install the Tampermonkey extension in your favorite browser, then either
click or manually add the bundled *.user.js
file.
You can uninstall it directly from the Tampermonkey dashboard.
Definitely.
Open an issue.
Building is very easy, just execute the command below. Don't forget to install the dependencies.
yarn build
- Switched the package manager to yarn
- Switched the framework to preact for a reduced bundled size (~37%)
- Complete refactor using React
- Added support for videos
- Minor enhancements
- Added jQuery
- Added dynamically calculated position to the IGetter button
- Removed the close button,
- Added a button to the top bar to show/hide the menu
- Double click reloads the menu
- Added a close button
- Added logic to detect if the image is an avatar or a post picture
- Added download and update URLs for update checks
- Initial release