Skip to content

Instantly share code, notes, and snippets.

@wunnle
wunnle / index.html
Last active January 22, 2017 21:26
Scroll-friendly Carousel
<section class="slider">
<ul>
<li>
<img src="https://images.unsplash.com/photo-1464254786740-b97e5420c299?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=" alt="" />
</li><!--
--><li></li><!--
--><li></li><!--
--><li></li><!--
--><li></li></ul>
@wunnle
wunnle / index.html
Created January 24, 2017 11:46
Limit total maxlength of two inputs
<input type="text" class="ad1" data-maxlgroup="10" maxlength="10" />
<input type="text" class="ad2" data-maxlgroup="10"
maxlength="10"/>
@wunnle
wunnle / image-gallery-with-zoom.markdown
Created February 3, 2017 22:21
Image gallery with zoom
@wunnle
wunnle / cloudSettings
Created March 12, 2018 21:01
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-03-12T21:01:49.022Z","extensionVersion":"v2.9.0"}
@wunnle
wunnle / index.html
Created April 18, 2018 14:33
Toggle button
<label for="checkbox">
<input type="checkbox" class="swp-toggle-checkbox" id="checkbox">
<div class="swp-toggle">
<div class="swp-toggle-pill"></div>
</div>
</label>
@wunnle
wunnle / redirector.json
Created November 14, 2018 20:53
Chrome Redirector Extension Redirects
{
"createdBy": "Redirector v3.2",
"createdAt": "2018-09-08T00:00:00.000Z",
"redirects": [
{
"description": "i.redd.it",
"exampleUrl": "https://i.redd.it/rkonfpq0rtk11.jpg",
"exampleResult": "http://gir.epizy.com/i.redd.it/rkonfpq0rtk11.jpg",
"error": null,
"includePattern": "https://i.redd.it/*",
<div>
this is a test gist
</div
@wunnle
wunnle / test-gist.js
Created December 8, 2018 20:34
test-gist.js
function testGist() {
return 'this is another test gist'
}
@wunnle
wunnle / regex.js
Created March 13, 2019 05:39
Regex for capturing data-attribute and innerHTML
<.+ data-lang="(\S+)".*>(.+)<\/.+>