Coder Social home page Coder Social logo

oldtweetdeck's Introduction

oldtweetdeck's People

Contributors

dimdengd avatar haxibami avatar katabame avatar maximbelyayev avatar rarandeyo avatar wintiger0222 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oldtweetdeck's Issues

Bottom scroll bar interaction is misaligned

When I want to grab bottom scrollbar at the bottom of the page i can't. I can get 2px into the bar and i still can't grab it. But at the same time i can go 2 pixels above the bar and still grab it. Could you please extend the area all the way to the bottom? It's small bar so it's way easier to just slam the cursor to the bottom and then scroll

2023-08-24.10-05-13.mp4

Is it problematic that `tweetdeck.dimden.dev` is present in request headers?

Thanks for providing this!

Just inspected some network requests to api.twitter.com to see if there was anything they could catch on to. I see the request headers have Referer: https://tweetdeck.dimden.dev and even the response headers include Access-Control-Allow-Origin: https://tweetdeck.dimden.dev.

Are we concerned at all about this field? Is there a way to game the extension so that Chrome doesn't send this request header (or sends a different value) along with its API requests?

Tweetdeck doesn't load

as the title says
image

it doesn't matter if you stay in developer mode after installing the addon, I just get a loading screen and the errors on the screenshot.

I don't know if it's a bug with vivaldi

Keybinds are randomly broken

Pressing n sometimes redirect to https://tweetdeck.twitter.com/compose/tweet. Perhaps keybinding for Web App or X Pro (beta) is loaded.

This extension works on Firefox

Procedure (after installation)

Note: I tested this with OldTweetDeckFirefox.zip v1, generated by npm run build.

Note2: This procedure is for v1, not v2

1. Grant permissions manually

In the current implementation of Manifest V3, Firefox treats some permissions listed in host_permissions as "optional". So users need to manually grant them from "about:addons > Extensions > Old TweetDeck > Manage > Permissions".

manually granting permissions

2. Disable tracking protection

Also, Firefox's "Enhanced Tracking Protection" prevents <iframe> elements (inserted by this extension) from loading correctly. You can add exception for TweetDeck.

disabling tracking protection

How do I turn off the update now banner??

Because of the issues in 3.0.0 I reported in another thread, I went back to 2.0.5, but now I keep getting an "upgrade now" banner. I want to turn that off, how do I do it?

columns working again

i download v3.0.2 since i was on v3 but seems like columns are not working because it was showing me them on v3 after i updated it not anymore and if i go back to v3 they still dont show (could be a bug on my end idk)
image

Clicks not registering in Chrome

Clicking anywhere asides the column on the far left, the column that you can collapse/expand, doesn't work in Chrome. No clicks register, the columns don't acknowledge the existence of the mouse cursor.

The fix in the case was opening 'Extensions' - Old Tweetdeck Details - Site Settings - Change the 'Insecure Content' dropdown menu to 'Allow'.

Tried with and without BTD, but issue remains.
Latest Chrome Version: 116.0.5845.97

Update: Issue has returned after a few page refreshes. Insecure content remains 'allowed'.

OldTD 2.0.1 breaks the BetterTD fork.

Hey, thanks for all your hard work. Seems that the changes you made in the latest versions have broken your BetterTD fork, it does not seem to load itself properly. Your BetterTD repo doesn't seem to have issues enabled, so I'm just letting you know here.

Browser: Vivaldi 6.1.3035.302 (Stable channel) (32-bit)

Rolled back to your initial release and everything works perfectly. Thank you!

Is there an argument in user_timeline.json that is incorrect?

Thanks for the great add-on.

If you view the User tab registered with an account that is not your logged-in Twitter account, you will see the account you registered with.
I got the expected result by referencing x-contribute-to-user-id instead of x-act-as-user-id.

bundle.js ll3330~

			// if(n['x-act-as-user-id'] && t.url && t.url.includes('/1.1/statuses/user_timeline.json')) {
			if(n['x-contribute-to-user-id'] && t.url && t.url.includes('/1.1/statuses/user_timeline.json')) {
				let url = new URL(t.url);
				let params = new URLSearchParams(url.search);
				// params.set('user_id', n['x-act-as-user-id']);
				params.set('user_id', n['x-contribute-to-user-id']);

NOD32 warning

Just installed Old Tweetdeck 3.0.0 in Brave beta and NOD32 antivirus is throwing this warning

image

Massive scrollbars and page not found in v3.0.0

Thank you for this extension. I was notified to update this morning, so I did but now I have big scrollbars on the bottom and on the right and at the top I have a notice "Page not found" but Tweetdeck is obviously working and scrolling new tweets into view.

I used to have BetterTweetDeck, but I pressed "never ask again" and I cannot get it to load anymore. I have tried disabling and enabling that extension but it won't come back.

SNAG-0000

Tab title "page not found"

I'm using version 3.0 of this plugin under the latest chrome. It is working fine, but for the tweetdeck tab, the title is named as "Seite nicht gefunden / X" (page not found)

image

Sidebar labels get stuck to the top of the page

Sidebar labels get stuck to the top of the page and stack on top of each other after hovering over the sidebar icons.

OTD v2.0.4 on Chrome. This was also an issue with v1, but occured less frequently.

Screenshot_1

Any plans to release backend code?

Do you plan to release the files you are currently hosting on your server so more tech savvy users can run the app either locally or on a server of their own?

Also thanks for both this and OldTwitter they're awesome and so are you ^^

Won't load for Google Chrome

infinite loading for Google Chrome, beta/legacy doesn't even show up in cookie, works just fine on Edge but I am malding without my other firefox/chrome extensions, for the love of god make this work on mozilla firefox please

The ellipsis symbol (…) is not being displayed.

Some of the ellipses within the tweet are not being displayed.
Upon testing, it appears that ellipses at the beginning or end of a tweet are being omitted.
ex) …test……test…… -> test……test

Keyboard shortcuts not working

3.0.0 on Firefox Developer Edition 117.0b9

Using keyboard shortcuts (e.g. N to compose a new tweet, M to write a DM) do not work. The address bar changes to https://twitter.com/compose/tweet and https://twitter.com/messages/compose but the compose box does not appear.

Popup notifications not working

Old Tweetdeck had sound and desktop notifications available in the Preferences option for each column. These options are still shown but do not work even when selected and permissions "allowed" in the browser settings. The sounds sometimes work but the popups do not. Not sure why. Ive tried this with Edge and Chrome browsers. Thanks.

[Request] Better TweetDeck

Congratulations on the release of OldTweetDeck!
As a request, do you plan to support extensions such as Better TweetDeck and ModernDeck in the future?

URLs starting with `/gryphon-client` are not blocked on Firefox

New compatibility issue for chrome.webRequest.onBeforeRequest.addListener:

details.initiator does not exist in Firefox; may be addressed by falling back to details.originUrl or details.documentUrl.

(note: originUrl and documentUrl output "https://tweetdeck.twitter.com/", while initiator outputs "https://tweetdeck.twitter.com")

diff --git a/background.js b/background.js
index e438812..4e8b320 100644
--- a/background.js
+++ b/background.js
@@ -39,7 +39,8 @@ chrome.webRequest.onBeforeRequest.addListener(
         try {
             let parsedUrl = new URL(details.url);
             let path = parsedUrl.pathname;
-            if(path.startsWith('/gryphon-client/') && details.initiator === 'https://tweetdeck.twitter.com') {
+            let initiator = details.initiator || details.originUrl || details.documentUrl;
+            if(path.startsWith('/gryphon-client/') && initiator.startsWith('https://tweetdeck.twitter.com')) {
                 return {
                     cancel: true
                 }

[BUG] Turning random words into handles

OldTweetDeck changes random words from tweets into actionable handles. Not sure what the steps are to reproduce but I started noticing it ~10 minutes after use. Has happened on multiple posts.

OldTweetDeck:
image
Twitter for Web:
image

Rate limits

If there is a way to remove rate limits from this. That would be grand.

Only some columns loading

Was working great until now but just this morning it fails to load many of the user profile columns I have setup that were loading fine yesterday. Tried updating to newest 2.0.5 version and still only loads some of the user profile columns and many are left unpopulated?

request about Search enhance

In the old api, there was a way that the search results did not include handles, user names, and handles attached to mentions. That was when I put an ID that doesn't exist like @oi4h23j4kkj with OR. For example, [search word] or @[non-existent handle]
But that doesn't work now. When applying this search method, is it possible to improve in the direction of the effect presented above?
I'm using the 3.0.0 version.

Thank you for creating the oldTweetDeck.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.