Skip to content

Instantly share code, notes, and snippets.

View jerone's full-sized avatar

Jeroen van Warmerdam jerone

View GitHub Profile
@jerone
jerone / nvm-global-packages.sh
Last active June 11, 2026 13:23
NVM global packages
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
@jerone
jerone / README.md
Last active July 19, 2024 16:40
AdBlock filter containing rules for a.o. Marktplaats.nl
@jerone
jerone / google_search_maps_addon.user.js
Created April 12, 2024 18:40 — forked from Daan-Grashoff/README.md
Bring back the google maps button when searching on google
// ==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