mirror of
https://github.com/YiHui-Liu/TemperMonkey-Script.git
synced 2024-12-22 10:24:09 +08:00
Fix: typo
This commit is contained in:
parent
dedb92f2ab
commit
235b60bb41
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Journal Viewer
|
// @name Journal Viewer
|
||||||
// @namespace https://foolishfox.cn
|
// @namespace https://foolishfox.cn
|
||||||
// @version 1.2.0
|
// @version 1.2.1
|
||||||
// @description Optimize the online reading experience of journal articles
|
// @description Optimize the online reading experience of journal articles
|
||||||
// @author YiHui-Liu (foolishfox)
|
// @author YiHui-Liu (foolishfox)
|
||||||
// @match https://journals.aps.org/*
|
// @match https://journals.aps.org/*
|
||||||
@ -40,7 +40,7 @@ function remove_science_direct() {
|
|||||||
let nature_sidebar = document.getElementsByClassName("c-article-extras u-hide-print")[0];
|
let nature_sidebar = document.getElementsByClassName("c-article-extras u-hide-print")[0];
|
||||||
if (nature_sidebar) { nature_sidebar.remove(); }
|
if (nature_sidebar) { nature_sidebar.remove(); }
|
||||||
let nature_content = document.getElementsByClassName("c-article-main-column u-float-left js-main-column")[0];
|
let nature_content = document.getElementsByClassName("c-article-main-column u-float-left js-main-column")[0];
|
||||||
if (nature_contMDPIent) { nature_content.style.width = "100%"; }
|
if (nature_content) { nature_content.style.width = "100%"; }
|
||||||
|
|
||||||
// MDPI
|
// MDPI
|
||||||
let mdpi_help = document.getElementsByClassName("middle-column__help")[0];
|
let mdpi_help = document.getElementsByClassName("middle-column__help")[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user