- Follow instructions here: https://help.eyeo.com/en/adblockplus/add-a-filter-list?ff0ab00c
- Paste the following url: https://gist.github.com/jerone/512d5b1af56c8570926d077b978e26f2/raw/filters.txt
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
| npm i -g @cspell/dict-nl-nl @vscode/vsce better-npm-audit corepack cspell expo-doctor generator-code generator-eslint generator-jest generator-sublime help js-to-ts-converter np npm npm-check-updates npm-gui types-react-codemod web-ext yo | |
| cspell link add @cspell/dict-nl-nl | |
| corepack enable | |
| corepack prepare yarn@stable --activate | |
| yarn set version stable |
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
| // ==UserScript== | |
| // @name Google maps addon | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-03-21 | |
| // @description Bring google maps button back | |
| // @author You | |
| // @match https://www.google.com/search* | |
| // @include https://www.google.tld/search* | |
| // @icon https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png | |
| // @grant none |
OlderNewer