// ==UserScript== // @name ACS Direct Supporting Info // @namespace http://itianda.com/ // @version 0.5 // @description Download supporting info from the American Chemical Society (ACS) without redirecting page. // @author itianda // @match http://pubs.acs.org/doi/abs/* // @match http://pubs.acs.org/doi/full/* // @match http://pubs.acs.org/doi/suppl/* // @match https://pubs.acs.org/doi/abs/* // @match https://pubs.acs.org/doi/full/* // @match https://pubs.acs.org/doi/suppl/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.getElementById('supInfoBox').style = 'border: 1px dashed red; margin-right: 17px;'; })();