Research Article justify align
Research Article justify by tttpob
Details
Authortttpob
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Research Article justify
@namespace github.com/openstyles/stylus
@version 1.0.0
@description make readers of reasearch articles justify align texts
@author TPOB
==/UserStyle== */
@-moz-document domain("www.ncbi.nlm.nih.gov") {
#mc,
#jr {
text-align: justify
}
body {
background: none !important;
}
}
@-moz-document domain("link.springer.com") {
#main-content > main > article > div.c-article-body {
text-align: justify
}
}
@-moz-document domain("cell.com") {
#pb-page-content > div > div:nth-child(1) > div > div > div > main > article > div.article__body > div.container > div > div.col-md-7.col-lg-9.article__sections {
text-align: justify
}
}
@-moz-document url-prefix("https://www.nature.com/articles") {
p {
text-align: justify
}
}
@-moz-document url-prefix("https://www.frontiersin.org/articles"){
p {
text-align: justify !important
}
}