Skip to content

twitch remove continue watching on following page by chdeiz

Details

Authorchdeiz

LicenseNo License

Categorytwitch.tv/directory/following/

Created

Updated

Size1.0 kB

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

Reviews

No reviews yet.