Greasy Fork

More Tomatoes

Automatically show the full "Movie Info" plot synopsis on Rotten Tomatoes

目前为 2016-09-23 提交的版本。查看 最新版本

// ==UserScript==
// @name        More Tomatoes
// @namespace   https://github.com/chocolateboy/userscripts
// @description Automatically show the full "Movie Info" plot synopsis on Rotten Tomatoes
// @author      chocolateboy
// @version     0.6.0
// @license     GPL: http://www.gnu.org/copyleft/gpl.html
// @include     http://rottentomatoes.com/m/*
// @include     http://*.rottentomatoes.com/m/*
// @include     https://rottentomatoes.com/m/*
// @include     https://*.rottentomatoes.com/m/*
// @grant       none
// ==/UserScript==

document.getElementById('movieSynopsis').removeAttribute('id');