Closed DB9-max closed 11 months ago
I see... I will think how to do!
And maybe option to keep the vertical header menu sticky on top?
[data-testid="primaryColumn"] nav[role="navigation"] { position: sticky; top: 53px; background-color: rgba(255, 255, 255, 0.97); z-index: 1; }
Of course!
Maybe also make the header more narrow? It could also have UP-button, meaning clicking/pressing it would go back to up of the page.
And that profile redirection feature: ChatGPT can give directions for it, just have to be sure that it doesn't start to loop back to /username/media.
Maybe also make the header more narrow? It could also have UP-button, meaning clicking/pressing it would go back to up of the page.
And that profile redirection feature: ChatGPT can give directions for it, just have to be sure that it doesn't start to loop back to /username/media.
I think it is not possible but little hard. I'll see what I can do to implement it.
Request: Open (redirect) profile url clicks to the media timeline twitter.com/username links Exclude if media tab already visited and clicks ftom the media tab itself Make it optional
It is little hard because of TUIC's source codes. Please give me a little more time.
Hey I'll post here as I don't want to make a topic. If you're interested this was a neat extension for old Twitter UI - easy access to lists https://github.com/tomitm/lists https://www.producthunt.com/products/twitter-lists-redux?comment=838128#twitter-lists-redux I'm not sure if similar is possible anymore but at least with your extension the lists button can be arranged to be more accessible.
I hope you don't mind these suggestions: this extension at least had that keep header on top feature, I was thinking if there's problems with the code on some users/devices https://chrome.google.com/webstore/detail/minimal-theme-for-twitter/pobhoodpcipjmedfenaigbeloiidbflp There's also an interesting feature to set tweet area width
I was looking - for reference - that old Twitter profile redirect extension but can't find it anymore. Not that there would be any use with code anyhow.
And maybe option to keep the vertical header menu sticky on top?
[ ![151361205-264650dc-2ed0-4660-a883-17a935671a48](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) ](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) [ ](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) [ ![151361205-264650dc-2ed0-4660-a883-17a935671a48](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) ](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) [ ![151361205-264650dc-2ed0-4660-a883-17a935671a48](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) ](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) [ ](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif) [ ](https://user-images.githubusercontent.com/82726385/272929552-fdb178db-8c39-432a-86af-26ca0136073d.gif)
[data-testid="primaryColumn"] nav[role="navigation"] { position: sticky; top: 53px; background-color: rgba(255, 255, 255, 0.97); z-index: 1; }
This feature is implemented! Thank you!
It might be that it needs to be adjusted to make it handle the different theme variants and the current size of the top header in the user's browsers
トピ立てたくないのでここに投稿します。 興味があれば、これは古い Twitter UI の優れた拡張機能であり、リストに簡単にアクセスできます。 https://github.com/tomitm/lists https://www.producthunt.com/products/twitter-lists-redux?comment=838128#twitter-lists-redux 同様のことがもう可能かどうかはわかりませんが、少なくともあなたの拡張機能を使用すると、リストボタンをよりアクセスしやすくすることができます。
Umm... I think that is difficult to make in TUIC...
Request: Open (redirect) profile url clicks to the media timeline twitter.com/username links Exclude if media tab already visited and clicks ftom the media tab itself Make it optional
Redirect function has been created for user icons and user ID links in Twitter. If the URL was accessed directly, it was difficult to redirect the user, so it was not created...
Request: Open (redirect) profile url clicks to the media timeline twitter.com/username links Exclude if media tab already visited and clicks ftom the media tab itself Make it optional