Sideway
output.to from Sideway
Draft for Information Only

Custom Style Script (Inject desired CSS or JS)

Tips:

  1. Custom style script can inject desired CSS or JS to a document by enter "*" to field URL, check the "Tab" box, enter a URL, e.g. a local URL https://127.0.0.1/style/css.js to the second row of JavaScript Code/Linke, and enter a URL, e.g. a local URL https://127.0.0.1/style/style.css to the second row of Style (CSS) Code/Link. image
  2. Use a custom JavaScript file to custom all tagged elements in a document
    JavaScript Code Input:
    function setstyle(tagbody) {
        var aa = tagbody.children;
        for (var j = 0, max = aa.length; j < max; j++) {
            aa[j].setAttribute('style', 'overflow:visible;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:o;max-height:1000000px !important');
            setstyle(aa[j])
        }
    }
    window.onload = function() {
        var docbody=document.body;
        setstyle(docbody)
    }
  3. Use a custom CSS file to custom specified tagged elements in a document
    CSS Code Input:
    #adv,hr {min-height:0;height:0;visibility:hidden !important}
    pre code{overflow:visible;word-wrap:break-word !important}
    h1{font-size:1.7em !important }
    h2{font-size:1.5em !important }
    h3{font-size:1.3em !important }

©sideway

ID: 170800018 Last Updated: 8/14/2017 Revision: 0


Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019