Created
August 25, 2020 09:24
-
-
Save CristaLCorp/7e880f487c8b353506e396349d1fad1c 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 PrimeVideoRatings | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Add imdb ratings to video descriptions | |
// @author cristalcorp | |
// @match https://www.primevideo.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
// Your code here... | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment