Greasy Fork is available in English.

Tabview Youtube

Make comments and lists into tabs for YouTube Videos

Od 09.11.2022.. Pogledajte najnovija verzija.

These are versions of this script where the code was updated. Show all versions.

  • v4.14.2 30.06.2023.

    v4.14.2: Userscript Generation

    Commit 53a168aa97d3c6b7289558e339114ff08c5f0535

  • v4.14.1 30.06.2023.

    v4.14.1: Userscript Generation

    Commit 1efb6a64be652e4dba7dbb738ac4beacab26c77a

    added code to make changes in "linked-comment-badge" by user navigation would not incur a page change. (only top level comment)

  • v4.14.0 30.06.2023.

    v4.14.0: Userscript Generation

    Commit e09d6a253ee4e159fbe8898c731228fee204360e

    added code hack to HTMLVideoElement.prototype.pause and ytd-player.proto.pause such that pause action will be by-pass in ytd-comment-renderer.proto.linkedCommentBadgeChanged execution.

  • v4.13.29 30.06.2023.

    v4.13.29: Userscript Generation

    Commit 67d33d51e300388c0c77d69b24247b43696330b2

    Switch to comments tab by default if the user enters the video by clicking comment on Shorts

  • v4.13.28 29.06.2023.

    v4.13.28: Userscript Generation

    Commit ae70bcc314b382052b9ff1fc1055bfaa29c594fc

    added css fix (--general-fix-video-ended-mode-display)

  • v4.13.27 29.06.2023.

    v4.13.27: Userscript Generation

    Commit 2bbdde91388755c045a74f5bd881587e896dc92d

    added css fix (--general-fix-video-ended-mode-display)

  • v4.13.26 29.06.2023.

    v4.13.26: Userscript Generation

    Commit 0080029e92e06ca5ff172d81724eaf863873c841

    css fix for v4.13.25

  • v4.13.25 29.06.2023.

    v4.13.25: Userscript Generation

    Commit a163fdf3a483ef203258c49b4066ed95710619d7

    css fix for v4.13.24

  • v4.13.24 29.06.2023.

    v4.13.24: Userscript Generation

    Commit da5920598d003d1ccff52501e771c1bb19af576f

    changed tab btn svg padding & margin to avoid non-centering due to disabled comments

  • v4.13.23 29.06.2023.

    v4.13.23: Userscript Generation

    Commit 71ec6bec6c28f113977900d0b87e0d08edfd9a83

    fix light theme engagement panel background-color (light theme)

  • v4.13.22 29.06.2023.

    v4.13.22: Userscript Generation

    Commit 32e50dc7cf9674ca31c5ca029f8d65dbf873b136

  • v4.13.21 29.06.2023.

    v4.13.21: Userscript Generation

    Commit d8e5f5b599d0ada246fd2b4d41a3da7be634785f

  • v4.13.20 29.06.2023.

    v4.13.20: Userscript Generation

    Commit b06156e97e1bd906299ac37eaca8c2791297d7b9

    Added compatibility support to script#433440

  • v4.13.19 25.06.2023.

    v4.13.19: Userscript Generation

    Commit 693b6f751a9fac3b87e6272d4a3e52b36d866374

    1. fixed the issue for expanded live chat that video changed to another under background page.
    2. set scriptEnable = true in background tab instead of waiting being visible.
  • v4.13.18 25.06.2023.

    v4.13.18: Userscript Generation

    Commit da283536edbffe532b58481e96c28a8ee25583f6

    • fixed a javascript bug regarding videoProgress difference to trigger ytLivePU.timelineBackward()
  • v4.13.17 25.06.2023.

    v4.13.17: Userscript Generation

    Commit 044473bf4cc85a3f2a529cda729d17da2bca1581

    minor code fix

  • v4.13.16 25.06.2023.

    v4.13.16: Userscript Generation

    Commit 996d83b8f543167aafa4aa2f456e022862323dac

    trial fix

  • v4.13.15 25.06.2023.

    v4.13.15: Userscript Generation

    Commit c5ca76762558ebb03f140559bb3d318124b056ec

    Code Fix

  • v4.13.14 25.06.2023.

    v4.13.14: Userscript Generation

    Commit 52e87f982f3e9247dcc18322a24ebd31b0905113

    Bug Fix for Chat Toggle Button Text for page changing

  • v4.13.13 25.06.2023.

    v4.13.13: Userscript Generation

    Commit 689ba62326852383fd1a4af12795f3a5557302d9

    fixed ytChatApp yt-action handling - render count error when the loading iframe is toggled to collapse.

  • v4.13.12 25.06.2023.

    v4.13.12: Userscript Generation

    Commit a6d9d29d3fe9a0d34e07dcfdbab070f51d3ece97

    Bug Fix for Chat Toggle Button Text

  • v4.13.11 25.06.2023.

    v4.13.11: Userscript Generation

    Commit 1b354351c232aea1712ab2fee9eae7bdb61ad952

    Bug Fix for Chat Toggle Button Text

  • v4.13.10 25.06.2023.

    v4.13.10: Userscript Generation

    Commit 84dfa9b5b825a5c655d5d0f3176bf009f7c51219

    Bug Fix for Chat Toggle Button Text

  • v4.13.9 25.06.2023.

    v4.13.9: Userscript Generation

    Commit 6e105b1d5258caff8556552dab2674a143fe392b

    text of chatframe toggle button is incorrect in Firefox. added feature to update the text.

  • v4.13.8 25.06.2023.

    v4.13.8: Userscript Generation

    Commit f97328b0e23f5e2683358855df6087d2c0368931

    • added feature to force load live chat app
    • avoid no loading of chats
    • load the (initial) chats faster
  • v4.13.7 25.06.2023.

    v4.13.7: Userscript Generation

    Commit 8b45f5886c5060a8766c92e1261ba929fdf79dd0

    Fixed Firefox Compatibility Issue that YouTube native coding has changed the DOM properties such as .parentNode and .firstChild for ytCustomElements. e.g. document.querySelector('ytd-watch-flexy').firstElementChild === null

  • v4.13.6 24.06.2023.

    v4.13.6: Userscript Generation

    Commit e8992d7c0bb327a7fcafdb5756c664c3953f43a7

    Fix ytd-author-comment-badge-renderer color issue in Dark Theme (native YouTube bug)

  • v4.13.5 22.06.2023.

    v4.13.5: Userscript Generation

    Commit dc26855bb6f541dabcb2637f9f48362f1321b6c5

    hide #cinematics if contain is not supported. (e.g. Waterfox Classic)

  • v4.13.4 22.06.2023.

    v4.13.4: Userscript Generation

    Commit 5eb54ffcb00678063a0d2c9028baf73e86f2cc07

    bug fix

  • v4.13.3 22.06.2023.

    v4.13.3: Userscript Generation

    Commit ae32b5e0a6a61d03902b4f15e71e256f9e99ad99

    fix YouTube's Promise hack in Waterfox Classic

  • v4.13.2 18.06.2023.

    v4.13.2: Userscript Generation

    Commit 00284ffeeb97458e994c56b036825c70a62d8873

    added condition to avoid unknown bug TypeError: participants.participantsChangeIfPending is not a function

  • v4.13.1 17.06.2023.

    v4.13.1: Userscript Generation

    Commit 2b898977a92af82a4342e6746943167c429db692

  • v4.13.0 17.06.2023.

    v4.13.0: Userscript Generation

    Commit d1be8755cf53d8f1fcaa4748f963cf7ee5bd397d

    • code changed for ViolentMonkey in Firefox not supporting crossing script event.detail as Object.
    • removed forceDisplayChatReplay as it is no longer required.
  • v4.12.2 17.06.2023. v4.12.2: Userscript Generation Commit 1603ccc0fdb1df73b7ad17ce7b56d735cb880c78 - removed some css hacks to prevent livestream chat DOM append issues
  • v4.12.1 16.06.2023. v4.12.1: Userscript Generation Commit a0f35d1bc27dfd8ec81efc8916aae4703a86d596 - removed chat iframe css rules `-tabview-chat-message-xxxx`
  • v4.12.0 16.06.2023. v4.12.0: Userscript Generation Commit 5acf8059e971085de719c2efe1e78ffae8ddfc99 css added for YouTube shorts shown in videos tab
  • v4.11.9 08.06.2023. v4.11.9: Userscript Generation Commit f48bba07ab1b7b7d2321ff87b9d6cd1a399e1c68 minor fix
  • v4.11.8 08.06.2023. v4.11.8: Userscript Generation Commit 96061beac8da401036dd2cc593c8c559ef0170fe - hacked templatingFn/doIdomRender to ignore background DOM rendering of yt-attributed-string and yt-button-shape (usually for livestream)
  • v4.11.7 08.06.2023. v4.11.7: Userscript Generation Commit 7f4883bc0e3a84bcdf5c89a88b026931c14a6540 amend css experimental-playlist-grid-render-boost
  • v4.11.6 08.06.2023. v4.11.6: Userscript Generation Commit fe8f2a850d64192b989cc5eade4200e605b52df5 add css experimental-playlist-grid-render-boost
  • v4.11.5 08.06.2023. v4.11.5: Userscript Generation Commit 0cb86dd4fdce84086d6af29ca649295b30b4c592 minor code fix
  • v4.11.4 08.06.2023. v4.11.4: Userscript Generation Commit 1dce969ecd0c646e59efeb74f16f07585f57fb86 - fixed YouTube Native Bug: the incorrect row will be highlighted after playlist reorder
  • v4.11.3 08.06.2023. v4.11.3: Userscript Generation Commit ef80f51ccff6bb9342687ff4c54fd626d1c03503 - remove the newlines spacing mismatch in metainfo duplication check due to youtube custom element regeneration under pop state navigation
  • v4.11.2 08.06.2023. v4.11.2: Userscript Generation Commit 4114a146bd75d4e5c1819383df56811f148a0953 v4.11.2 This is to test whether the workflow can work correctly.
  • v4.11.1 08.06.2023. v4.11.1: Userscript Generation v4.11.1 - fixed playlist drag handle bug due to attachment to tab container\n\nCommit 14919e14d4bb2693945c9041127cc79016136cb4
  • v4.10.15 02.06.2023. v4.10.15: Userscript Generation
  • v4.10.14 02.06.2023. v4.10.14: Userscript Generation > [v4.10.14 commit](https://github.com/cyfung1031/Tabview-Youtube/commit/a2c252db91bad6bfb94c9960092920961cfafe07) > v4.10.14 > > Git Test
  • v4.10.12 02.06.2023. v4.10.12 ([Userscript Generation](https://github.com/cyfung1031/Tabview-Youtube/commit/c74233e394f9c9b15e2494f9d5cedda5556695ca)) **v4.10.12** v4.10.12 Git Test
  • v4.10.11 30.05.2023. v4.10.11: Userscript Generation This is automatically generated by GitHub Actions. 19f1788ff0eeb5f4e0fa1260a8908a9c89588299 v4.10.11
  • v4.10.10 30.05.2023. v4.10.10: Userscript Generation This is automatically generated by GitHub Actions. 96e330e670f94e1dc64d2b3f9891dc55d23d0c65 v4.10.10 added tabview-zoom-updated to handle calculateCanCollapse call after zoom changed in comments tab

Show all script versions