https://rumble.com/v43zslz-the-best-hor ... -2023.html
With my user userChrome.css, rumble videos are hidden.the first line of the code seems to be whats doing it.
am I missing something here?
I been using this chrome file for 8 years but for some reason its not working with rumble
thank you
With my user userChrome.css, rumble videos are hidden.
CODE:
/* Force bookmark drop-down button display even with classic menu bar */#bookmarks-menu-button {display:-moz-box !important}/* Bookmark This Page */#appmenu_bookmarkThisPage,#menu_bookmarkThisPage,#BMB_bookmarkThisPage{ display: none !important; }/* Subscribe to This Page */#appmenu_subscribeToPage,#appmenu_subscribeToPageMenu,#appmenu_subscribeToPageMenu + menuseparator,#subscribeToPageMenuitem,#subscribeToPageMenupopup,#menu_bookmarkAllTabs, /* show-only-for-keyboard */#menu_bookmarkAllTabs + menuseparator,#BMB_subscribeToPageMenuitem,#BMB_subscribeToPageMenupopup,#BMB_subscribeToPageMenupopup + menuseparator{ display: none !important; }#nav-bar[tabsontop=true],#nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + toolbar,#nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + #customToolbars + #PersonalToolbar { background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)) !important;}
am I missing something here?
I been using this chrome file for 8 years but for some reason its not working with rumble
thank you