Fix custom bypass editor's style and remove scroll bars in default code
This commit is contained in:
parent
d5276ee194
commit
c5752f3dab
@ -22,7 +22,7 @@
|
||||
<h2 data-message="optionsUserscripts"></h2>
|
||||
<a name="userscripts"></a>
|
||||
<p><span data-message="optionsUserscriptsDescription"></span></p>
|
||||
<div id="userscript" style="font-family:'DejaVu Sans Mono',monospace;min-height:440px;height:calc(100vh - 400px)"></div>
|
||||
<div id="userscript" style="font-family:'DejaVu Sans Mono',monospace;height:calc(100vh - 160px)"></div>
|
||||
<hr>
|
||||
<p>Copyright (c) 2018-19 Tim "timmyRS" Speckhals</p>
|
||||
<script src="base.js"></script>
|
||||
|
@ -149,7 +149,7 @@ domainBypass("example.com", function()
|
||||
// Optional function to be called if the given element is not available
|
||||
})
|
||||
})
|
||||
// You can also use awaitElement to wait until a given element is available via document.querySelector:
|
||||
// You can also use awaitElement to wait until an element is available via a query selector:
|
||||
awaitElement("a#skip_button[href]", a=> {
|
||||
safelyNavigate(a.href)
|
||||
})
|
||||
|
@ -1 +1 @@
|
||||
body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-size:1rem;direction:__MSG_@@bidi_dir__;padding:0 7px 3px 7px;min-width:650px}h1,h2,h3,h4,h5,h6,p{margin:.5rem 0;font-family:inherit;font-weight:400}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin:5px 0}a{color:#0288d1;text-decoration:none}hr{border:0;border-bottom:1px solid #000;margin:10px 0}
|
||||
body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-size:1rem;direction:__MSG_@@bidi_dir__;padding:0 7px 3px 7px;min-width:750px}h1,h2,h3,h4,h5,h6,p{margin:.5rem 0;font-family:inherit;font-weight:400}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin:5px 0}a{color:#0288d1;text-decoration:none}hr{border:0;border-bottom:1px solid #000;margin:10px 0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user