Skip to content

Instantly share code, notes, and snippets.

View Delivator's full-sized avatar
🏠
Working from home

David Delivator

🏠
Working from home
View GitHub Profile
@Delivator
Delivator / google_search_maps_addon.user.js
Last active April 24, 2024 19:51 — forked from Daan-Grashoff/google_search_maps_addon.js
Bring back the google maps button and make map image clickable when searching on google
// ==UserScript==
// @name Google Search Maps Fix
// @namespace http://tampermonkey.net/
// @version 2024-03-07
// @description Bring Google maps button back
// @author Daan Grashoff / Delivator
// @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
@Delivator
Delivator / "Records" array.js
Last active August 19, 2020 02:18 — forked from johnnywu-namebase/"Records" array
Accompanying code for "Setting DNS Records" Namebase blog post
{ ttl: 10800, type: ‘NS’, host: ‘ns1’, value: ‘44.231.6.183’ }