-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-redict from twitter.com to x.com breaking functionality #40
Comments
This works to get the download button back but doesn't fix the "Error" or "X" from appearing when using on both video and images. Enabling "Strict Tracking Protection Fix" allows images to be saved, but "Error" on videos, with it disabled obviously neither video or image downloading works. When downloading an image, the account name in the saved file name appears as "undefined" for all images, something isn't working specifically for x.com. Where as on twitter.com hours earlier without any other changes was fully functional. Running up-to-date Tampermonkey and Firefox with script version 1.9.1-2023.12.19 + |
On this line
Change it to
to fix the name |
This helped fix the name All the changes I've made
to
to
to
to
to
basically changing "twitter" to "x", I don't really know what I'm doing but these seem to fix the the video downloads so long as I have "Strict Tracking Protection Fix" enabled. |
Damn, this move was to be expected. I did a quick fix: 3b53894 The bad thing is that the history is hostname ( It makes sense to add an option to store the history in a userscript manager extension's storage (instead of BTW, technically it's possible to extract the how to (click)
For example,
ssl.cjs: const fs = require("fs");
module.exports = { cert: fs.readFileSync(__dirname + "/cert.crt"), key: fs.readFileSync(__dirname + "/cert.key"), };
Probably, it would simpler to recreate the history from the downloaded files' names. However, it also requires to run an external program (a script) to scan the download/archive folder. |
Seems, it should be worked, will check it in some hours for others bugs. BTW, thanks, that you have reported it here. |
Oh boy, I was just thinking I should export my history the other day, oops! Let me see if I can whip up a better revision of the script. EDIT: For the time being |
Yeah, it's a good solution, but only for Firefox. |
Fine. Just go to https://twitter.com/x/migrate. |
Ah dang, yeah. I'm having issues getting the history off Kiwi Browser (Chromium based). I have some old tabs up with twitter.com in them, but click and save isn't allowing the popup to be shown, even though the script is active. EDIT: Eyyy, |
Suddenly getting intermittent
|
Twitter.com is now auto-redirecting to x.com, script doesn't load on x.com breaking functionality.
The text was updated successfully, but these errors were encountered: