Skip to content

Instantly share code, notes, and snippets.

@n-bell
n-bell / TestDatabase.user.js
Created September 13, 2019 22:35
Tampermonkey / Greasemonkey Dexie.js database storage in javascript
// ==UserScript==
// @name TESTDatabase
// @namespace foobar.com
// @version 0.1.1
// @description testing database functionality
// @include https://sample.somesite.com/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
// @require https://unpkg.com/dexie@latest/dist/dexie.js
// @grant GM_getValue
// @grant GM_setValue