-
Notifications
You must be signed in to change notification settings - Fork 4
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
Clippings no longer working with Twitter (X) #441
Comments
I was able to reproduce this issue on Twitter/X using an older version of Firefox (102.15.1 ESR). It appears that, like many websites, they're now blocking mass pasting of text. I'll look into this further -- but for now, a workaround is to copy the content of the desired clipping from Clippings Manager (select the text and press CTRL+C) and then paste it into the tweet composer. An enhancement is planned in a future version of Clippings to make this workaround a bit easier. |
Thanks, that's what I have been doing, copying the text from the Clippings manager |
I've confirmed that this is due to a change that was made in Clippings 6.5.2.1, where the DOM Range API is used to insert a clipping into an HTML editor. Previously, HTML-formatted clippings were inserted by making a call to While this was tested on various HTML editors (TinyMCE, Gmail email composer, Yahoo! Mail composer), Twitter/X was missed. A minor update to fix this issue with Twitter is coming shortly. The good news is that I kept the old code for pasting HTML-formatted clippings. Until the minor update of Clippings is released, do the following to revert to the old
|
Thank you! Changing useInsertHTMLCmd to true worked for me in FF 122.01. Thanks for the detailed instructions. |
Fixed in 6.5.2.2 |
This fixed the problem for a while, but now on Firefox 124.02 it seems to be broken again. The copy and paste method works of course but clippings generates an error in "X". Do I need to change the value of useInsertHTMLCmd back to FALSE ? |
I'm unable to reproduce the problem - no error appears in Twitter/X, and the clipping is successfully inserted into the tweet composer. I'm using Clippings 6.5.3 on Firefox 124.0.2 on macOS 12.7.4 Monterey. In Clippings 6.5.2.2 and newer, the |
I should have mentioned that I was on the same, Firefox 124.02, clippings 6.5.3, but Windows 11 Something Went Wrong. Try Reloading |
I don't have access to a PC with Windows 11, but I tried to reproduce the issue you described on Windows 10 and the same version of Firefox. Again, I'm unable to. Do you have other Firefox extensions installed that might be interfering with Clippings? Another possibility: You could be getting another version of the Twitter/X web UI - perhaps they're doing an A/B test on their users? |
I have too many Firefox extensions to list, I started disabling them one at a time and restarting, but gave up. Then I realized that I also have LibreWolf browser 124.01-1 installed (portable). If you're not familiar, it is a fork of Firefox browser with (supposedly) security and speed improvements. I believe the current is based on FF 124.01. I had a few extensions, and disabled ALL except for clippings. Logged into twiiter/x and same problem. "Something went wrong" That leaves me wondering if it is something with my Windows 11 version. I am on Windows Insider 23H2 (OS Build 22635.3430) |
That worked ! I have more than one twitter account and the other 2 accounts are not affected. A couple of weeks ago (about when this problem started) Twitter issued a free upgrade from Basic to Elevated, or whatever it's called, to users with over 5000 followers. My main twitter account was the only one qualified for upgrade and the only one with the problem. I can't test this because I only have ONE account that was bumped up. Thanks for your help. |
I always relied on clippings to post Hashtags# or comments in twitter. Recently if I try to create a post or comment on an existing one, the text is not recognized and the SUBMIT button never becomes functional. If I type some text before inserting the clipping, then the post can be submitted, but ONLY the typed text is sent and the clipping in ignored.
This began a few weeks ago, and I'm not sure if it is attributed to the most recent FIREFOX version (122.01) with Twitter itself, or the clippings add-on but something has changed. The problem also occurs on Librewolf browser, a fork of Firefox
The text was updated successfully, but these errors were encountered: