Last active
August 18, 2024 06:40
-
-
Save davegallant/70fca6dc6fbb9d55ba456580339ccb22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The tampermonkey script is now located in https://github.com/davegallant/rfd-redirect-stripper/blob/main/script.js | |
// Chrome extension: | |
// https://chromewebstore.google.com/detail/rfd-redirect-stripper/npnhoaofocjfjcjlglaihlhkbgaokmpa?authuser=0&hl=en | |
// Firefox Add-on: | |
// https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/ |
@YesTrustMe I added automatic calendar versioning to the tampermonkey script: https://github.com/davegallant/rfd-redirect-stripper/pull/33/files
I quickly tested this and it seems to pull the latest now.
@davegallant Sounds good. I haven't tested it out myself as I am using your extension for now as I haven't needed to log into my Windows 7 PC. But if I notice any issues, I'll let you know!.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a Firefox Add-on: https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/
Regarding the tampermonkey script updates, I have a suspicion it's not updating because the version is not being bumped in the script: https://github.com/davegallant/rfd-redirect-stripper/blob/2993b464fd180fc2f9545cdc1d9c0a11227d0a8e/script.js#L10
I can look into automatically bumping that version every time the file is modified.