This is a collection of dotfiles and scripts for my bspwm setup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Riyyi a4fc675766 Add ublock origin filters to cleanup youtube 4 years ago
..
dotfiles.profile Update userContent.css 4 years ago
README.org Add ublock origin filters to cleanup youtube 4 years ago
profiles.ini Remove specific name from firefox where unnecessary 4 years ago

README.org

Firefox

Manual interventions needed to setup Firefox.

Table of Contents   toc

CSS

Tree Style Tab style rules.

  #tabbar {
	  background: #2b2e39;
  }

  .tab {
	  height: 23px;
	  margin-bottom: 1px;
	  background: #404552;
	  border: 0px;
	  color: #c5c8c6;
  }

  .tab .label {
	  line-height: 1.15;
	  margin-bottom: 1px;
	  margin-left: 0.25em;
  }

  .tab .closebox {
	  display: none;
  }

  .tab.active {
	  background: #2b2e39 !important;
  }

  .tab:hover {
	  background: #2b2e39;
  }

  .newtab-button-box {
	  display: none;
  }

Ublock Origin Filters

Cleanup YouTube page by disabling the following elements.

! Youtube video player
||googlevideo.com
www.youtube.com###player-theater-container
! Video suggestions
www.youtube.com###secondary
! Homepage recommendations
www.youtube.com##.ytd-rich-grid-renderer.style-scope
www.youtube.com###card.ytd-miniplayer.style-scope
! YouTube Sidebar
www.youtube.com###guide-content
www.youtube.com###guide-icon.ytd-masthead
www.youtube.com##ytd-mini-guide-renderer.ytd-app
! Topright Buttons (except settings)
www.youtube.com###buttons.ytd-masthead > .ytd-masthead:not(:nth-child(3))
! Video buttons (like, share, etc)
www.youtube.com###menu-container.ytd-video-primary-info-renderer
www.youtube.com###subscribe-button.ytd-video-secondary-info-renderer
www.youtube.com##ytd-comments-header-renderer > #simple-box