This file contains hidden or 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
http://stackoverflow.com/questions/14344289/fancybox-doesnt-work-with-jquery-v1-9-0-f-browser-is-undefined-cannot-read | |
replace $.browser.msie by navigator.userAgent.match(/msie [6]/i) | |
OF? | |
https://raw.github.com/house9/jquery-iframe-auto-height/master/release/jquery.browser.js |
This file contains hidden or 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
function equalHeight(group) { | |
var tallest = 0; | |
if(group.length){ | |
group.each(function () { | |
var thisHeight = $(this).height(); | |
if (thisHeight > tallest) { | |
tallest = thisHeight; | |
} | |
}); | |
group.height(tallest); |
This file contains hidden or 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
<!-- Facebook Like --> | |
<div id="fb-root"></div> | |
<script>(function (d, s, id) { | |
var js, fjs = d.getElementsByTagName(s)[0]; | |
if (d.getElementById(id)) return; | |
js = d.createElement(s); js.id = id; | |
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1"; | |
fjs.parentNode.insertBefore(js, fjs); | |
}(document, 'script', 'facebook-jssdk'));</script> | |
<div style='float:left;'> |
This file contains hidden or 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
*, *:before, *:after { | |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ | |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ | |
box-sizing: border-box; /* Opera/IE 8+ */ | |
} |
This file contains hidden or 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; | |
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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== |
OlderNewer