Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<div id="nudge_s"> <div id="s_wrapper"> <div id="s_container"> <div id="s_message"> <div id="s_message_contents">Unfollow all friends and pages <u>(why?)</u></div> </div> </div> </div> </div>
/* Copyright 2016, Nudge, All rights reserved. */ /* Latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url('chrome-extension://__MSG_@@extension_id__/resources/fonts/opensans.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } #nudge_s div, #nudge_s span, #nudge_s h1, #nudge_s h2, #nudge_s h3, #nudge_s h4, #nudge_s h5, #nudge_s h6, #nudge_s p, #nudge_s a, #nudge_s em, #nudge_s img, #nudge_s strong, #nudge_s ol, #nudge_s ul, #nudge_s li { margin: 0; padding: 0; border: 0; top: initial; bottom: initial; left: initial; right: initial; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: initial; position: initial; } #nudge_s #s_wrapper { text-align: center; } #nudge_s #s_container { position: fixed; bottom: 25px; background-color: #000000; overflow: hidden; display: inline-block; width: auto; min-width: 27px; height: 27px; opacity: .5; z-index: 2147483646; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition: all 0.3s; cursor: pointer; border-radius: 40px; font-family: 'Open Sans', Arial, sans-serif; font-style: normal; } #nudge_s #s_container:hover { opacity: .8; } #nudge_s #s_message { font-size: 13px; -webkit-font-smoothing: antialiased; color: #F0F8FF; width: auto; margin: 0; max-width: 1000px; height: 100%; float: left; text-align: center; line-height: 24px; white-space: nowrap; overflow: hidden; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); transition: all 0.3s; } #nudge_s #s_message_contents { margin: 1px 25px 0 25px; }