Skip to content

Instantly share code, notes, and snippets.

@shivam-tripathi
Last active March 16, 2018 10:58
Show Gist options
  • Save shivam-tripathi/609027fd1c0e9f6ef038b232d5a8c456 to your computer and use it in GitHub Desktop.
Save shivam-tripathi/609027fd1c0e9f6ef038b232d5a8c456 to your computer and use it in GitHub Desktop.
// ==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