Skip to content

Instantly share code, notes, and snippets.

@chylex
chylex / filter.txt
Created May 25, 2018 14:04
uBlock Origin - Google search - Remove "People also search for"
! https://www.google.com/search
www.google.com##.exp-outline
www.google.com##[style="display: block; opacity: 1;"]
www.google.com##[data-hveid]>div:style(height: auto !important)
@chylex
chylex / guide.md
Last active September 25, 2020 23:50
Origin OS Version Bypass

This guide shows how to hex-edit Origin to disable operating system check, which allows NFS Heat to download and install on Windows 7.

If this works for you, I'd appreciate if you bought me a coffee.

Check your Origin.exe version:

@chylex
chylex / .ideavimrc
Last active November 2, 2021 06:55
Moved to https://github.com/chylex/dotfiles
@chylex
chylex / style.css
Created May 26, 2021 02:29
TweetDuck scrollbar
.scroll-styled-v:not(#wa)::-webkit-scrollbar { width: 30px !important; }
.scroll-styled-h:not(#wa)::-webkit-scrollbar { height: 30px !important; }