Skip to content

Instantly share code, notes, and snippets.

@CristaLCorp
Created August 25, 2020 09:24
Show Gist options
  • Save CristaLCorp/7e880f487c8b353506e396349d1fad1c to your computer and use it in GitHub Desktop.
Save CristaLCorp/7e880f487c8b353506e396349d1fad1c to your computer and use it in GitHub Desktop.
// ==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