Skip to content

Instantly share code, notes, and snippets.

View jerone's full-sized avatar

Jeroen van Warmerdam jerone

View GitHub Profile
@jerone
jerone / google_search_maps_addon.user.js
Created April 12, 2024 18:40 — forked from Daan-Grashoff/google_search_maps_addon.js
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
@jerone
jerone / README.md
Last active March 7, 2024 18:24
AdBlock filter containing rules for a.o. Marktplaats.nl
@jerone
jerone / nvm-global-packages.sh
Last active February 4, 2024 13:57
NVM global packages
npm i -g @cspell/dict-nl-nl @vscode/vsce corepack cspell generator-code generator-eslint generator-jest generator-sublime help js-to-ts-converter np npm npm-check-updates npm-gui web-ext yarn yo
cspell link add @cspell/dict-nl-nl
@jerone
jerone / WE-Markdown.css
Last active January 12, 2022 01:19
Github Flavored Markdown Stylesheet for Web Essentials
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-family: sans-serif;
}
body {
margin: 0;
padding: 30px;
min-width: 1020px;
@jerone
jerone / SassMeister-input-HTML.html
Created December 12, 2019 07:45 — forked from kenwheeler/SassMeister-input-HTML.html
Generated by SassMeister.com.
<div class="container">
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
</div>
@jerone
jerone / AddWordToWordDictionary.ps1
Created February 6, 2018 13:53
Add word to Word dictionary with Powershell
$dicFile = (Get-Content Env:AppData) + "\Microsoft\UProof\CUSTOM.DIC"
Add-Content $dicFile "`r`nJERONE" -NoNewLine
@jerone
jerone / addon.js
Created August 27, 2012 11:48
jQuery Ping domain/ip with Deferred
/*
Ping
*/
$.extend($, {
Ping: function Ping(url, timeout) {
timeout = timeout || 1500;
var timer = null;
return $.Deferred(function deferred(defer) {
@jerone
jerone / MultiBinding.cs
Last active February 17, 2018 13:31 — forked from Keboo/MultiBinding.cs
A simple MultiBinding class for Xamarin.Forms. This "binding" only works when directly applied to an element.
/*
WARNING: This MultiBinding implementation only works when it is directly applied to its target property.
It will fail if used inside of a setter (such is the case when used within a trigger or style).
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.CompilerServices;
@jerone
jerone / .block
Created September 3, 2016 16:26 — forked from mbostock/.block
Epicyclic Gearing
license: gpl-3.0
@jerone
jerone / dabblet.css
Created September 3, 2016 14:17
Gist > Dabblet
.dabblet { color: red; }