This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* imagesLoaded PACKAGED v4.1.4 | |
* JavaScript is all like "You images are done yet or what?" | |
* MIT License | |
*/ | |
!function (e, t) { "function" == typeof define && define.amd ? define("ev-emitter/ev-emitter", t) : "object" == typeof module && module.exports ? module.exports = t() : e.EvEmitter = t() }("undefined" != typeof window ? window : this, function () { function e() { } var t = e.prototype; return t.on = function (e, t) { if (e && t) { var i = this._events = this._events || {}, n = i[e] = i[e] || []; return n.indexOf(t) == -1 && n.push(t), this } }, t.once = function (e, t) { if (e && t) { this.on(e, t); var i = this._onceEvents = this._onceEvents || {}, n = i[e] = i[e] || {}; return n[t] = !0, this } }, t.off = function (e, t) { var i = this._events && this._events[e]; if (i && i.length) { var n = i.indexOf(t); return n != -1 && i.splice(n, 1), this } }, t.emitEvent = function (e, t) { var i = this._events && this._events[e]; if (i && i.length) { i = i.slice(0), t = t || []; for (var n = this._once |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@keyframes radial-pulse { | |
0% { | |
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5); | |
} | |
100% { | |
box-shadow: 0 0 0 30px rgba(0, 0, 0, 0); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE `Kolom` k | |
LEFT JOIN `Rij` r ON k.rowId = r.rowId | |
SET `columnText` = replace(columnText, '140-142', '140') | |
WHERE INSTR(columnText, '140-142') > 0 AND r.siteId = 23; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="radio"> | |
<input id="radio-1" name="radio" type="radio" checked> | |
<label for="radio-1" class="radio-label">Checked</label> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Randomize content | |
// @namespace https://www.blokblok.nl/ | |
// @version 0.4 | |
// @description Frustrate your design! | |
// @author Dio Vayne | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Google God | |
// @namespace http://diovayne.nl/ | |
// @version 0.1 | |
// @description Always watching. | |
// @author Dio Vayne | |
// @match https://www.google.nl/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Marktplaats Cleaner | |
// @namespace http://diovayne.nl/ | |
// @version 0.2 | |
// @description Remove commercial adverts on marktplaats | |
// @author Dio Vayne | |
// @match http://www.marktplaats.nl/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name What CD video/ last.fm search | |
// @namespace http://diovayne.nl/ | |
// @version 0.31 | |
// @description To directly search for video on google of the album or artist on last.fm | |
// @author Dio Vayne | |
// @match https://what.cd/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<agn:Paragraphs ID="parRechterKolom" Location="[#rechterKolom#]" runat="server" LoadType="Manual"> | |
<Header> | |
<div class="rechterKolom"> | |
</Header> | |
<Paragraph/> | |
<Footer> | |
</div> | |
</Footer> | |
</agn:Paragraphs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div:after{ | |
content:''; | |
border-style: solid; | |
border-width: 9px; | |
border-color: #f7f7f7 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0); | |
position:absolute; | |
right:10px; | |
top:50%; | |
margin-top:-4px; | |
} |
NewerOlder