11 lines
392 B
JavaScript
11 lines
392 B
JavaScript
// ==UserScript==
|
|
// @name Kobo Price
|
|
// @description finds lowest book price on kobo.com
|
|
// @icon https://github.com/fotonmoton/koboprice/blob/master/icon.png?raw=true
|
|
// @namespace https://github.com/fotonmoton
|
|
// @run-at document-end
|
|
// @noframes
|
|
// @match https://www.kobo.com/*/*/ebook/*
|
|
// @match https://www.kobo.com/*/*/audiobook/*
|
|
// @require ../dist/koboprice.js
|
|
// ==/UserScript==
|