Skip to content

twitch remove continue watching on following page by chdeiz

Details

Authorchdeiz

LicenseNo License

Categorytwitch.tv/directory/following/

Created

Updated

Code size1.7 kB

Code checksumfced853b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

it removes the section with continue watching vods

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitch.tv - 18.10.2023, 14:59:07
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document regexp("^https://www\\.twitch\\.tv/directory/following$") {
    #following-page-main-content > div > div.ScTower-sc-1sjzzes-0.RMeqZ.tw-tower {
    display: none !important
}
    #following-page-main-content > div > div.ScTower-sc-1sjzzes-0.fwymPs.tw-tower {
    display: none !important
}
    #following-page-main-content > div > div:nth-child(5) > div {
    display: none !important
}
    div h2[data-a-target="followed-videos-continue-watching-header"]{
    display: none !important
}
    #following-page-main-content > div > div.Layout-sc-1xcs6mc-0.iHafKo{
    display: none !important
}
    #following-page-main-content > div > div.Layout-sc-1xcs6mc-0.show-more__move-up{
    display: none !important
}
    div h2[data-a-target="upcoming-streams-header"]{
    display: none !important
}
    
    
}

@-moz-document regexp("^https://www\\.twitch\\.tv/.*$") {
    
     /* Alle anderen Abschnitte ausblenden */
    div.side-nav-section.dcyYPL.Layout-sc-1xcs6mc-0:nth-of-type(4),
    div.side-nav-section.dcyYPL.Layout-sc-1xcs6mc-0:nth-of-type(5) {
        display: none !important;
    }

    /* Blende alle Abschnitte mit "Empfohlene Kanäle" aus */
    div.side-nav-section.dcyYPL.Layout-sc-1xcs6mc-0[aria-label="Empfohlene Kanäle"] {
        display: none !important;
    }
    /* Blende alle Abschnitte mit "Live-Kanäle" aus */
    div.side-nav-section.dcyYPL.Layout-sc-1xcs6mc-0[aria-label="Live-Kanäle"] {
        display: none !important;
    }
   
}

Reviews

No reviews yet.