This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! fix_unclickable_comment_section: On some case, the comment section is covered by a tranparent element. | |
www.youtube.com##.smartimation__border | |
! Remove sidebar (the column for Home-Subscriptions-You) | |
www.youtube.com###page-manager:style(margin-left:0 !important) | |
www.youtube.com##ytd-mini-guide-renderer.ytd-app.style-scope:remove() | |
! Remvove Shorts of watch-next segment | |
www.youtube.com##ytd-reel-shelf-renderer.ytd-item-section-renderer.style-scope:remove() | |
! Fixed header position | |
www.youtube.com###masthead-container:style(position:absolute !important) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tested on CS-H6C (Pro 1080P) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def shade_wallpaper(self, widget, cr): | |
""" | |
This draw callback adds a shade mask over the current | |
image. It is uniform when not Awake, and acquires a | |
significant gradient vertically framing the unlock dialog | |
when Awake. | |
""" | |
if not status.Awake: | |
cr.set_source_rgba(0.0, 0.0, 0.0, 0.0) | |
cr.paint() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spes:/ # dumpsys shortcut | grep com.xm.csee | |
Package: com.xm.csee User: 0 | |
Package: com.xm.csee UID: 10275 | |
packageName=com.xm.csee | |
activity=ComponentInfo{com.xm.csee/com.xworld.activity.welcome.view.WelcomePageActivity} | |
intents=[Intent { act=android.intent.action.VIEW cmp=com.xm.csee/com.xworld.activity.welcome.view.WelcomePageActivity }/PersistableBundle[{DESK_DEVICE_ID=10.1.0.2:34567, xmApp=addShortCut}]] | |
packageName=com.xm.csee | |
activity=ComponentInfo{com.xm.csee/com.xworld.activity.welcome.view.WelcomePageActivity} | |
intents=[Intent { act=android.intent.action.VIEW cmp=com.xm.csee/com.xworld.activity.welcome.view.WelcomePageActivity }/PersistableBundle[{DESK_DEVICE_ID=10.1.0.11:34567, xmApp=addShortCut}]] | |
spes:/ # |