Right Click Save Images on Twitter

Lets you right click and save images in a Twitter gallery.

目前为 2016-06-18 提交的版本。查看 最新版本

// ==UserScript==
// @name         Right Click Save Images on Twitter
// @namespace    http://adrienj.com/
// @version      0.1
// @description  Lets you right click and save images in a Twitter gallery.
//               Just right click in the middle. Click the sides to go to the
//               prev/next image.
// @homepage     http://adrienj.com/
// @author       Adrien Johnson
// @match        https://twitter.com/*
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';

    GM_addStyle (".GalleryNav--next { width: 30%; }");
})();