Skip to content

Instantly share code, notes, and snippets.

@Citizen01
Citizen01 / driiveme-assistant.user.js
Last active March 12, 2018 19:01
Script to enhance UX on driiveme.com website
// ==UserScript==
// @name Driiveme.com assistant
// @namespace http://tampermonkey.net/
// @version 0.1
// @description For now only adds the model name and the 1st image of the vehicle from google in the listing view.
// @author Civilian
// @match https://www.driiveme.com/*
// @grant GM_xmlhttpRequest
// @connect google.fr
// ==/UserScript==