Last active
March 16, 2018 10:58
-
-
Save shivam-tripathi/609027fd1c0e9f6ef038b232d5a8c456 to your computer and use it in GitHub Desktop.
This file contains 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 Import entities from bookdepository | |
// @description One-click importing of entities from bookdepository. | |
// @version 1.0.0 | |
// @author Shivam Tripathi | |
// @include /^https?:\/\/(?:www\.)?(?:bookdepository\.com\/.*)/ | |
// @grant none | |
// ==/UserScript== | |
import Log from '../utils/logger'; | |
let log = new Log(); | |
log.warn('Warn'); | |
log.debug('Debug'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment