Skip to content

Instantly share code, notes, and snippets.

View stuk88's full-sized avatar

Stas Arshanski stuk88

  • Tel Aviv
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<textarea rows=5 style="width:100%" id="source" onChange="updateQuery(this.value)"></textarea>
<textarea rows=5 style="width:100%" id="result"></textarea>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<textarea rows=5 style="width:100%" id="source" onChange="updateQuery(this.value)"></textarea>
<textarea rows=5 style="width:100%" id="result"></textarea>
@stuk88
stuk88 / fiddle.css
Last active May 24, 2022 08:17 — forked from anonymous/fiddle.css
Paper detection
.image:after {
display: block;
position: absolute;
width: 70%;
height: 70%;
border: 10px solid red;
}
video
{
@stuk88
stuk88 / gist:bc72125725791ce833d50c50d2f20120
Last active August 9, 2022 13:12 — forked from davepullig/gist:efddb9a894e0c4a824b4b61183cfb01c
WP CLI search and replace URLs for WordPress multisite
wp search-replace --network --url=website.dev website.dev website.tld --precise --all-tables