Skip to content

Instantly share code, notes, and snippets.

@rparrett
rparrett / script.js
Created June 19, 2019 20:13
Userscript for showing GrubHub delivery fees in search results
// ==UserScript==
// @name Show Grubhub Delivery Fees
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Why on earth do I have to do this? I hate you.
// @author You
// @match https://www.grubhub.com/search*
// @grant none
// ==/UserScript==