tumblrhax download post
universal webextension: https://files.synthetic.garden/tumblrhax.zip
you can install it to firefox by downloading the XPI version here: https://files.synthetic.garden/tumblrhax.xpi
or you can use the zip above like so: https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/
for chrome or chrome-based browsers you need to unzip the zip, replace the line “scripts”: [“background.js”] with “service_worker”: “background.js” in manifest.json, then follow this guide: https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked
for anyone who doesn’t know what this does, it currently
- fixes clicking on prev reblog urls
- allows you to view true poll vote counts
- enables a feature switcher that allows you to tweak things (i post about specific ones you can use for specific results)
for example, if you wanted to reenable adding your own domains to tumblr, you could do setFeature(‘domainsSettings’, false);
or setFeature('mutePostImprovementsV1’, true);setFeature('mutePostImprovementsV2’, true); to mute posts on desktop












