- Denmark
- flygenring.eu
- @MrFlygenring
Pinned Loading
-
-
HttpStatus
HttpStatus PublicA small, self-contained utility for working with HTTP statuses
JavaScript
-
A proper drop-in replacement for apa...
A proper drop-in replacement for apache_request_headers() when that's not available 1<?php
23if(!function_exists('apache_request_headers')) {
4///
5function apache_request_headers() {
-
Just a quick thought on generating F...
Just a quick thought on generating Fibonacci numbers 1for(var f=[0,1], i=0; i<20; f[i+2]=f[i++]+f[i]);
-
Script for a slightly improved full ...
Script for a slightly improved full screen YouTube (prefix with 'javascript:' and it works as a magical bookmarklet) 1url = window.location.href.replace(/(>|<)/gi,'').split(/(vi\/|v=|\/v\/|youtu\.be\/|\/embed\/)/); if(url[2] !== undefined) { id = url[2].split(/[^0-9a-z_\-]/i)[0]; el = document.getElementsByTagName('html')[0]; el.style.height = "100%"; el.innerHTML = '<body style="width:100%;height:100%;padding:0;margin:0;"><iframe width="100%" height="100%" src="https://www.youtube.com/embed/' + id + '" frameborder="0" allowfullscreen></iframe></body>'; } else { alert('No video was found'); }
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.