Greasy Fork is available in English.

YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)

Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts

코드가 바뀐 버전들입니다. 모든 버전 보기

  • v2024.11.24 2024-11-24

    Limited line to 120 chars max for readability

  • v2024.11.21 2024-11-21

    Stripped trailing whitespace

  • v2024.10.30.5 2024-10-30

    Fixed filter bar missing in playlists for some users (adamlui/userscripts#108) ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.30.4 2024-10-30

    Changed @run-at to document-end to resolve observer errors in qutebrowser (adamlui/youtube-classic#44) ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.30.3 2024-10-30

    Renamed elemisLoaded() to waitForElem() since more readable w/ .then() ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.30.2 2024-10-30

    Condensed waitForElm(), renamed to elemIsLoaded() ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.30.1 2024-10-30

    Added wait for load before observing for homepage ads (adamlui/userscripts#106) ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.30 2024-10-30

    Fixed ads/Shorts re-appear when nav'ing to homepage ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.29.5 2024-10-30

    Updated @supportURL ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.29.4 2024-10-30

    Updated @supportURL ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.29.3 2024-10-30

    Replaced fixesStyle.innerHTML w/ fixesStyle.innerText ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.29.2 2024-10-30

    Deleted no-longer needed reply expansion CTA pluralization ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.29.1 2024-10-30

    Eliminated .innerHTML reliance from YT logo replacer ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.29 2024-10-30

    Deleted CSS unnecessary hiding of rich sections (adamlui/userscripts#108) ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.28.5 2024-10-28

    Added removal of homepage shelves to avoid slot gaps before lazy load reached ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.28.4 2024-10-28

    Fixed homepage ad remover re-arranges thumbs + leaves ugly gaps ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.28.3 2024-10-28

    Added ad removal to homepage (adamlui/userscripts#106) ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.28.2 2024-10-28

    Added waiting for document.head before appending fixesStyle ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.28.1 2024-10-28

    Wrapped code in IIFE to prevent global namespace pollution ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.28 2024-10-28

    Updated waitForElm() obs target to document.documentElement now that YT body loads slower ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.10.27 2024-10-28

    ESCAPED_MSG ↞ [auto-sync from adamlui/youtube-classic]

  • v2024.9.2 2024-09-02

    Shortened document.location.href to location.href

  • v2024.2.5 2024-02-06

    Reduced gap between meta keys/vals

  • v2023.11.27.2 2023-11-27

    Converted double-quotes to single ones, removed escape chars ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.11.27.1 2023-11-27

    Wrapped btnStyle append in IIFE ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.11.27 2023-11-27

    Style updates ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.11.12.2 2023-11-13

    Updated download/update URLs

  • v2023.11.12.1 2023-11-12

    Shortened match meta

  • v2023.11.12 2023-11-12

    Updated download/update URLs

  • v2023.9.26.3 2023-09-26

    Removd unused vars + old witForElm() + flag IIFE ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.9.26.1 2023-09-26

    Removed unused mutations arg, replaced double quotes w/ single ones ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.9.26 2023-09-26

    Updated CSS/flags ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.9.6.1 2023-09-06

    Replaced all window's w/ unsafeWindow's to accomodate // @grant's ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.9.6 2023-09-06

    Added menu option to disable Shorts redirect ↞ [auto-sync from adamlui/youtube-classic]

  • v2023.8.22 2023-08-23

    Reverted disappearing channel header fix

    ... as it is no longer needed and adds gap to home page as of today

  • v2023.7.1 2023-07-01

    Fixed disappearing header in channel homepage

  • v2023.6.30 2023-07-01

    Updated CSS (#46)

  • v2023.5.7 2023-05-08 (#41) Fixed notification bell misplacement, re-ordered meta
  • v2023.5.3.9 2023-05-03 Removed unused vars/functions, added/removed whitespace
  • v2023.5.3.8 2023-05-03 Removed unused vars/functions, replaced double-quotes w/ single-quotes
  • v2023.5.3.7 2023-05-03 Removed trailing commas, added/removed whitespace ± Replaced double-quotes w/ single-quotes
  • v2023.5.3.6 2023-05-03 Removed whitespace, replaced double-quotes w/ single-quotes
  • v2023.5.3.5 2023-05-03 Removed unused `inArray()` + semicolons, replaced double-quotes w/ single-quotes
  • v2023.5.3.4 2023-05-03 Removed duplicate functions + unused args + semicolons ± Replaced double-quotes w/ single-quotes
  • v2023.5.3.3 2023-05-03 Removed unused vars, replaced more double-quotes + backticks w/ single-quotes
  • v2023.5.3.2 2023-05-03 Added ESLint exception
  • v2023.5.3.1 2023-05-03 Renamed `_node` to `node`
  • v2023.5.3 2023-05-03 Replaced double-quotes w/ single-quotes, removed unused vars
  • v2023.5.2 2023-05-02 CSS fixes for various UI components ↞ [auto-sync from `adamlui/youtube-classic`]
  • v2023.04.03.2 2023-04-03 Unrounded corners of channel trailers ↞ [auto-sync from `adamlui/youtube-classic`]

모든 스크립트 버전 보기