Important
still works as 2024-05-24 (who knows in the future 🤷♂️ 😅)
- install
ublock origin
extension - go to
settings
- go to advanced section
- click on I am an advanced user
- go to
advanced settings
- change
userResourcesLocation
to a filepath which you can change at your demand and avoid caching, e.g. in linuxfile://localhost/home/your-username/scriptlets-$(echo "${EPOCHSECONDS}").js
...
updateAssetBypassBrowserCache false
userResourcesLocation file://localhost/home/your-username/scriptlets-1700000000.js
- on file
file://localhost/home/your-username/scriptlets-1700000000.js
add the content from filescriptlets-1700000000.js
here - go to
my filters
- add line
! ... lines before (this is a comment line) ...
x.com##+js(x.com.js)
! ... lines after (this is a comment line) ...
- refresh any site with
x.com
- you should see the change when pressing
/
huge inspiration from Twitter Demetricator, thanks for it @bengrosser
ps: I was inspired because of this need 😅