sciencedirect+ieeexplore+tandfonline+springer跳转HFUT_无按钮

sciencedirect+ieeexplore+tandfonline跳转 HFUT

目前为 2020-05-21 提交的版本。查看 最新版本

// ==UserScript==
// @name         sciencedirect+ieeexplore+tandfonline+springer跳转HFUT_无按钮
// @namespace    hanzhang
// @version      1.2.1
// @description  sciencedirect+ieeexplore+tandfonline跳转 HFUT
// @author       hanzhang
// @match        https://www.sciencedirect.com/*
// @match        https://ieeexplore.ieee.org/*
// @match        https://www.tandfonline.com/*
// @match        https://link.springer.com/*
// @match        https://www.springer.com/*
// @match        https://onlinelibrary.wiley.com/*
// @grant        GM_openInTab
// ==/UserScript==

(function() {
    'use strict';
    var html_title=new Array()
    html_title[0]= "www.sciencedirect.com"
    html_title[1]= "ieeexplore.ieee.org"
    html_title[2]= "www.tandfonline.com"
    html_title[3]= "www.springer.com"
    html_title[4]= "link.springer.com"
    html_title[5]="onlinelibrary.wiley.com"
    //let link = location.href;
    let link = window.location.host
    //debugger;
    if(link==html_title[0])
    {
        link = location.href;
        link = link.replace('www.sciencedirect.com','www-sciencedirect-com-443.webvpn.hfut.edu.cn');
    }
    else if(link==html_title[1])
    {
         link = location.href;
         link = link.replace('ieeexplore.ieee.org','ieeexplore-ieee-org-443.webvpn.hfut.edu.cn');
    }
    else if(link==html_title[2])
    {
         link = location.href;
         link = link.replace('www.tandfonline.com','www-tandfonline-com-443.webvpn.hfut.edu.cn');
    }
    else if(link==html_title[3])
    {
         link = location.href;
         link = link.replace('www.springer.com','link-springer-com-443.webvpn.hfut.edu.cn');
    }
    else if(link==html_title[4])
    {
         link = location.href;
         link = link.replace('link.springer.com','link-springer-com-443.webvpn.hfut.edu.cn');
    }
    else if(link==html_title[5])
    {
         link = location.href;
        if(link.search("onlinelibrary.wiley.com/doi/abs/") != -1)
        {
            link = link.replace('onlinelibrary.wiley.com/doi/abs/','onlinelibrary-wiley-com-443.webvpn.hfut.edu.cn/doi/');
        }
         if(link.search("onlinelibrary.wiley.com/doi/pdf/") != -1)
         {
              link = link.replace('onlinelibrary.wiley.com/doi/pdf/','onlinelibrary-wiley-com-443.webvpn.hfut.edu.cn/doi/');
         }
    }
    GM_openInTab(link, { active: true });
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址