Skip to content

Instantly share code, notes, and snippets.

View CostcoFanboy's full-sized avatar
😊

Mihai Damaschin CostcoFanboy

😊
View GitHub Profile
@CostcoFanboy
CostcoFanboy / gist:5a495e5cb10e0bf52125ba8f4ba2877a
Last active June 11, 2023 18:21
UBlock Origin filter list extension to Block Reddit App Pop-Up
! Reddit app ad
www.reddit.com##.XPromoPopupRpl
www.reddit.com##xpromo-new-app-selector
www.reddit.com##.bottom-bar, .XPromoBottomBar
www.reddit.com##.useApp,.TopNav__promoButton
www.reddit.com##body:style(pointer-events:auto!important;)
! uBO Annoyances has also this:
! https://github.com/uBlockOrigin/uAssets/issues/6826
reddit.com##.XPromoPopup
@CostcoFanboy
CostcoFanboy / Instructions.md
Last active April 24, 2023 15:50
Apply Smooth Scrolling on Firefox like on Edge

Open about:config from the URL bar

Change these params to these values:

general.smoothScroll.currentVelocityWeighting: 0

general.smoothScroll.mouseWheel.durationMaxMS: 250

general.smoothScroll.stopDecelerationWeighting; 0.82
@CostcoFanboy
CostcoFanboy / Quick-Start Zsh, Oh My Zsh and Powerlevel10k guide.md
Last active February 18, 2023 00:52
Quick-Start Zsh, Oh My Zsh and Powerlevel10k guide

Zsh

Install Zsh

Install Zsh

sudo apt install zsh

Change the default shell to Zsh