View smooth-scrolling.js
// ==UserScript== | |
// @name Smoothscroll | |
// @author Creec Winceptor | |
// @description Smooth scrolling on pages using javascript | |
// @namespace https://greasyfork.org/users/3167 | |
// @include * | |
// @version 9.6 | |
// ==/UserScript== | |
const Smoothscroll = {}; |
View userChrome.2019.aug
Toolbar { | |
visibility: collapse !important; | |
} | |
/* For only Tree Style Tab sidebar #1397 */ | |
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { | |
display: none !important; | |
} | |
View index.html
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Hello World!</title> | |
<style> | |
.tabbar { | |
position: absolute; | |
left: 0; | |
top: 0; |
View index.html
<html> | |
<head> | |
<style> | |
</style> | |
</head> | |
<body> | |
<form name="form"> | |
<input name="input" placeholder="https://messenger.com/" value="https://messenger.com"> | |
<button type="submit">submit</button> | |
</form> |
View index.html
<html> | |
<head> | |
<style> | |
</style> | |
</head> | |
<body> | |
<form name="form"> | |
<input name="input" placeholder="https://messenger.com/" value="https://messenger.com"> | |
<button type="submit">submit</button> | |
</form> |
View index.html
<html> | |
<head> | |
<style> | |
</style> | |
</head> | |
<body> | |
<form name="form"> | |
<input name="input" placeholder="https://messenger.com/" value="https://messenger.com"> | |
<button type="submit">submit</button> | |
</form> |
View index.html
<html> | |
<head> | |
<style> | |
webview { | |
display: inline-flex; | |
width: 800px; | |
height: 600px; | |
} | |
</style> | |
</head> |
View index.html
<html> | |
<head> | |
<style> | |
webview { | |
display: inline-flex; | |
width: 800px; | |
height: 600px; | |
} | |
</style> | |
</head> |
View index.html
<html> | |
<head> | |
<style> | |
webview { | |
display: inline-flex; | |
width: 800px; | |
height: 600px; | |
} | |
</style> | |
</head> |
NewerOlder