This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |