diff --git a/app/2015YTm.css b/app/2015YTm.css index 4421e7a..a7610c2 100644 --- a/app/2015YTm.css +++ b/app/2015YTm.css @@ -2591,6 +2591,9 @@ ytm15-menu-button { .compact-channel.shelf-item .media-item-menu { display: none; } +.no-lines .ytm15-video-owner,.no-lines .watch-next-results-content { + border:unset !important; +} /* About 2015YouTube */ .about-page-heading, .about-page-subheading { diff --git a/app/2015ytm.js b/app/2015ytm.js index f1d0ebb..a17beaf 100644 --- a/app/2015ytm.js +++ b/app/2015ytm.js @@ -147,8 +147,8 @@ PIVOT_NOTIFICATIONS_IS_ACTIVITY_expflag = localStorage.getItem("PIVOT_NOTIFICATI APP_HELVETICA_NEUE_FONT_expflag = localStorage.getItem("APP_HELVETICA_NEUE_FONT"); APP_NEW_ERROR_SCREEN_expflag = localStorage.getItem("APP_NEW_ERROR_SCREEN"); APP_CUSTOM_INVIDIOUS_URL_expflag = localStorage.getItem("APP_CUSTOM_INVIDIOUS_URL"); -if (APP_CUSTOM_INVIDIOUS_URL_expflag == undefined) { - localStorage.setItem("APP_CUSTOM_INVIDIOUS_URL", "https://api.allorigins.win/raw?url=https://yt.omada.cafe/"); +if (APP_CUSTOM_INVIDIOUS_URL_expflag == undefined || APP_CUSTOM_INVIDIOUS_URL_expflag == "") { + localStorage.setItem("APP_CUSTOM_INVIDIOUS_URL", "https://api.codetabs.com/v1/proxy?quest=https://inv.perditum.com/"); APP_CUSTOM_INVIDIOUS_URL_expflag = localStorage.getItem("APP_CUSTOM_INVIDIOUS_URL"); } APP_DONT_AUTH_TO_INVIDIOUS_expflag = localStorage.getItem("APP_DONT_AUTH_TO_INVIDIOUS"); @@ -168,6 +168,8 @@ if (APP_STOP_TEXT_SELECTION_expflag == undefined) { localStorage.setItem("APP_STOP_TEXT_SELECTION", "true"); APP_STOP_TEXT_SELECTION_expflag = localStorage.getItem("APP_STOP_TEXT_SELECTION"); } +WATCH_UI_NO_LINES_expflag = localStorage.getItem("WATCH_UI_NO_LINES"); +WATCH_COMMENT_SECTION_LEFT_expflag = localStorage.getItem("WATCH_COMMENT_SECTION_LEFT"); newErrorHtml = `