kaonasi-biwa / Twitter-UI-Customizer

Twitter を思いのままに。
MIT License
79 stars 11 forks source link

Request: Open (redirect) profile url clicks to the media timeline #94

Closed DB9-max closed 11 months ago

DB9-max commented 1 year ago

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

kaonasi-biwa commented 1 year ago

I see... I will think how to do!

DB9-max commented 1 year ago

And maybe option to keep the vertical header menu sticky on top?

151361205-264650dc-2ed0-4660-a883-17a935671a48

[data-testid="primaryColumn"] nav[role="navigation"] { position: sticky; top: 53px; background-color: rgba(255, 255, 255, 0.97); z-index: 1; }

kaonasi-biwa commented 1 year ago

And maybe option to keep the vertical header menu sticky on top?

151361205-264650dc-2ed0-4660-a883-17a935671a48 151361205-264650dc-2ed0-4660-a883-17a935671a48

[data-testid="primaryColumn"] nav[role="navigation"] { position: sticky; top: 53px; background-color: rgba(255, 255, 255, 0.97); z-index: 1; }

!!!! Thanks!!! Could I use this?

DB9-max commented 1 year ago

Of course!

DB9-max commented 1 year ago

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.

DB9-max commented 1 year ago

https://chat.openai.com/share/2d099963-d90d-4651-ac0f-1e58e8667d51

kaonasi-biwa commented 1 year ago

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.

kaonasi-biwa commented 1 year ago

And maybe option to keep the vertical header menu sticky on top?

151361205-264650dc-2ed0-4660-a883-17a935671a48 151361205-264650dc-2ed0-4660-a883-17a935671a48

[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!

kaonasi-biwa commented 1 year ago

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.

DB9-max commented 1 year ago

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.

DB9-max commented 1 year ago

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

DB9-max commented 1 year ago

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.

DB9-max commented 1 year ago

And maybe option to keep the vertical header menu sticky on top? 151361205-264650dc-2ed0-4660-a883-17a935671a48

    [

        ![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

kaonasi-biwa commented 11 months ago

トピ立てたくないのでここに投稿します。 興味があれば、これは古い 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...

kaonasi-biwa commented 11 months ago

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...