// ==UserScript== // @name HumbleBundle Exporter // @match https://www.humblebundle.com/home/* // @require http://code.jquery.com/jquery-3.4.1.min.js // @version 0.3 // @description An easy way to export the games and the keys owned on HumbleBundle (Json format) // @namespace https://greasyfork.org/users/462544 // @downloadURL none // ==/UserScript== /* * Global vars */ const $$ = $.noConflict(true); var keys_exported = null; /* * Funcs */ function copy_to_clipboard(element) { let temp = $$("