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
[Adblock Plus 2.0] | |
!----------------------- 037hdmovie -----------------------! | |
*ufanance.gif* | |
037hd-movies.com###banner-left | |
037hd-movies.com###ads-popup | |
037hd-movies.com###ads-single | |
037hd-movies.com###ads-sidebar-single-top | |
037hd-movies.com###ads-bottom-player | |
037hd-movies.com###ads-sidebar-single-bottom |
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
<body style="margin:0;padding:0;font-family:sans-serif;font-size:11px;line-height:12px;"><br><br><table width="340" cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><table width="300" cellpadding="0" cellspacing="0" border="0"><tr><td width="150" align="left" valign="top" style="vertical-align:top;font-family:sans-serif;font-size:11px;line-height:11px;"> | |
<p> | |
Med hilsen | |
</p> | |
<p> | |
Styreleder | |
<br> | |
Remi Lurud | |
</p> | |
<p> |
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
newElevations = []; | |
elevations.forEach(function(e) { | |
newElevations.push([ | |
e.elevation, | |
e.location.lat(), | |
e.location.lng() | |
]) | |
}) | |
csv = 'data:text/csv;charset=utf-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
javascript:(function(){(function(){var%20e=1e3;var%20t=setInterval(function(){window.scrollTo(0,e);e=e+1e3;if(document.querySelectorAll(%22.fbProfileBrowserNoMoreItems%22).length===1){clearInterval(t);var%20n=document.getElementsByClassName(%22fsl%20fwb%20fcb%22);var%20r=[];var%20i=n.length;for(var%20s=0;s%3Ci;s++){var%20o=n[s].children[0].childNodes[0].nodeValue;r.push(o)}var%20u=r.join(%22\r\n%22);var%20a=%22data:application/csv;charset=UTF-8,%22+encodeURIComponent(u);var%20f=document.getElementById(%22content%22);f.insertAdjacentHTML(%22beforeend%22,'%3Ca%20class=%22uiButton%20download_csv%22%20download=%22fans.csv%22%20href=%22'+a+'%22%3EDownload%20as%20.CSV%3C/a%3E')}},500)})()})(); |
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 lang_support() { | |
return array('en','fr'); // Add your support lang-code (1st place is a default) | |
} | |
function rewrite_lang(){ | |
$langs = lang_support(); | |
foreach($langs as $lang) { | |
add_rewrite_endpoint($lang,EP_PERMALINK|EP_PAGES|EP_ROOT|EP_CATEGORIES); | |
} | |
} |