Greasy Fork is available in English.

ACS Direct Supporting Info

Download supporting info from the American Chemical Society (ACS) without redirecting page.

ของเมื่อวันที่ 09-05-2018 ดู เวอร์ชันล่าสุด

// ==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
// ==/UserScript==

(function() {
    'use strict';

    document.getElementById('supInfoBox').style = 'border: 1px dashed red; margin-right: 17px;';
})();