Showing source for: https://hfreeliveradio.co/
Duration: 0.328568s

<!DOCTYPE html>
<!--[if IE 7 ]> <html lang="en" class="ie ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="ie ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="ie ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
    <meta charset="utf-8">
    <title>Free Live Radio</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
        #inlinecontactus {
            display: none;
            background-color: #dfdfdf;
            margin-top: 6px;
            height: 24px;
            text-align: center;
            color: black;
            border-radius: 6px;
        }

            #inlinecontactus a {
                text-decoration: none;
            }

                #inlinecontactus a:link, a:visited {
                    color: black;
                }

                #inlinecontactus a:hover {
                    color: black;
                }

        #inlineattribution {
            margin-top: 7px;
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 13px;
        }
    </style>
    <script>
        function ContactUsFunction() {
            if (document.getElementById('inlinecontactus').style.display === 'block') {
                document.getElementById('inlinecontactus').style.display = 'none';
            } else {
                document.getElementById('inlinecontactus').style.display = 'block';
            }
        }
    </script>

    <style>
        .admarketplace, .adbistro, .mocha {
            height: 32px;
        }

            .admarketplace img {
                width: 32px;
                border-radius: 20px;
            }

            .admarketplace > div {
                margin-top: -31px;
                margin-left: 38px;
            }

            .adbistro > img {
                width: 60px;
                border-radius: 0px;
                float: left;
            }

            .adbistro > div {
                line-height: 32px;
                margin-left: 65px;
            }

            .mocha > img {
                max-width: 32px;
                max-height: 32px;
                border-radius: 0px;
                float: left;
            }

            .mocha > div {
                line-height: 32px;
                margin-left: 38px;
            }
    </style>
    
    <link href="/styles/home/radio_newUI?v=kDhmiuoQpuk24-5srANUL0ax9DbpK7ionYW5QaU3TrE1" rel="stylesheet"/>

    <link href="/Content/Home/Shared/CSS/Base_v1.css" rel="stylesheet"/>


    

    

    
        <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=UA-178002442-1"></script>
        <script>
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());

          gtag('config', 'UA-178002442-1');
          gtag('config', 'AW-713545727');
          gtag('config', 'UA-219278292-1');

          gtag('event', 'HomepageView', {
              'send_to': 'UA-219278292-1',
              'event_category': 'hfreeliveradio.co',
              'event_label': 'Chrome 81.0.4044.92'
          });

          gtag('event', 'HomepageView', {
              'send_to': 'UA-178002442-1',
              'event_category': 'hfreeliveradio.co',
              'event_label': 'Chrome 81.0.4044.92'
          });

          gtag('event', 'HomepageView', {
              'send_to': 'AW-713545727',
              'event_category': 'radio_',
              'event_label': 'Chrome 81.0.4044.92'
          });
        </script>

        <script>
            !function(f,b,e,v,n,t,s)
            {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
            n.callMethod.apply(n,arguments):n.queue.push(arguments)};
            if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
            n.queue=[];t=b.createElement(e);t.async=!0;
            t.src=v;s=b.getElementsByTagName(e)[0];
            s.parentNode.insertBefore(t,s)}(window, document,'script',
            'https://connect.facebook.net/en_US/fbevents.js');
            fbq('init', '332720671379986');
            fbq('track', 'PageView');
        </script>
        <noscript>
            <img height="1" width="1" style="display:none"
                 src="https://www.facebook.com/tr?id=332720671379986&ev=PageView&noscript=1" />
        </noscript>
    

        

            <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
            <script>
            var OneSignal = window.OneSignal || [];
            OneSignal.push(function () {
                OneSignal.init({
                    appId: "d72c4f0e-abb2-4f9f-81f5-73a21a05ecf9",
                    autoResubscribe: true,
                    promptOptions: {
                        slidedown: {
                            enabled: false,
                            autoPrompt: false,
                            timeDelay: 0,
                            pageViews: 1
                        }
                    }
                });

                OneSignal.on('popoverAllowClick', function () {
                    try {
                        var impression =
                            "//imp.onesearch.org/impression.do?event=push_modal_allowclicked" +
                            "&page=hfreeliveradio.co&source=&subid=17700101&i_id=radio_";

                        var img = document.createElement("img");
                        img.src = impression;
                        img.width = 1;
                        img.height = 1;
                        img.style.display = 'none';

                        document.body.appendChild(img);
                    } catch (err) {
                    }
                });
                OneSignal.on('popoverCancelClick', function () {
                    try {
                        var impression =
                            "//imp.onesearch.org/impression.do?event=push_modal_cancelclicked" +
                            "&page=hfreeliveradio.co&source=&subid=17700101&i_id=radio_";

                        var img = document.createElement("img");
                        img.src = impression;
                        img.width = 1;
                        img.height = 1;
                        img.style.display = 'none';

                        document.body.appendChild(img);
                    } catch (err) {
                    }
                });
                OneSignal.on('popoverClosed', function () {
                    try {
                        var impression =
                            "//imp.onesearch.org/impression.do?event=push_modal_closed" +
                            "&page=hfreeliveradio.co&source=&subid=17700101&i_id=radio_";

                        var img = document.createElement("img");
                        img.src = impression;
                        img.width = 1;
                        img.height = 1;
                        img.style.display = 'none';

                        document.body.appendChild(img);
                    } catch (err) {
                    }
                });
                OneSignal.on('popoverShown', function () {
                    try {
                        var impression =
                            "//imp.onesearch.org/impression.do?event=push_modal_shown" +
                            "&page=hfreeliveradio.co&source=&subid=17700101&i_id=radio_";

                        var img = document.createElement("img");
                        img.src = impression;
                        img.width = 1;
                        img.height = 1;
                        img.style.display = 'none';

                        document.body.appendChild(img);
                    } catch (err) {
                    }
                });
                OneSignal.on('subscriptionChange', function (isSubscribed) {
                    OneSignal.getTags(function (tags) {
                        // All the tags stored on the current webpage visitor
                        tags.userId = tags.userId ?? sptpn.userid ?? sptpn.uid;
                        tags.ad = tags.ad ?? sptpn.ad;
                        tags.imp = tags.imp ?? sptpn.imp;
                        tags.offerId = tags.offerId ?? sptpn.offerId;
                        tags.source = tags.source ?? sptpn.source;
                        tags.uc = tags.uc ?? sptpn.uc;
                        OneSignal.sendTags(tags);
                    });
                });
                OneSignal.isPushNotificationsEnabled(function (isEnabled) {
                    if (isEnabled && sptpn) {
                        OneSignal.getTags(function (tags) {
                            // All the tags stored on the current webpage visitor
                            tags.userId = tags.userId ?? sptpn.userid ?? sptpn.uid;
                            tags.ad = tags.ad ?? sptpn.ad;
                            tags.imp = tags.imp ?? sptpn.imp;
                            tags.offerId = tags.offerId ?? sptpn.offerId;
                            tags.source = tags.source ?? sptpn.source;
                            tags.uc = tags.uc ?? sptpn.uc;
                            OneSignal.sendTags(tags);
                        });
                    }
                });
            });
        </script>
        


</head>
<body>
    <div id="PXLINK__x">

        <script src="/get/js/impression?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid="></script>

        
    <header>
        <script src="/scripts/home/header_common?v=AAAAH_DbLIleWj0eIMkM9tOvY9PBuu50aQKW3Tf5CW81"></script>

        <ul>
            <li>
                <form action="//query.hfreeliveradio.co/s" class="search-form" id="header-search-form" method="get" target="_blank">
                    <div class="hidden">
                        <input type="hidden" name="uid" value="90127d43-0377-4e2b-8ded-42163586a674">
                        <input type="hidden" name="uc" value="17700101">
                        <input type="hidden" name="source" value="">
                        <input type="hidden" name="i_id" value="radio_">
                        <input type="hidden" name="ap" value="">
                        <input type="hidden" name="cid" value="">
                        <input type="hidden" name="sbp" value="header">
                        <input type="submit" value="submit">
                    </div>
                    <div class="search-bar">
                        <div id="autocomplete-wrapper-0" class="autocomplete-wrapper"><input id="query_header" class="search-input" value="" name="query" type="text" autocomplete="off" placeholder="Search"></div>
                        <a class="search-submit-button" href="#">
                            <span class="icon"></span>
                        </a>
                    </div>
                </form>
            </li>
                <li id="inlineattribution" onclick="ContactUsFunction()" draggable="false">
                    <img style="height:16px;margin-right: 5px;float: left;" src="https://d3ff8olul1r3ot.cloudfront.net/radio.png" onerror="this.style.display='none'" /> Free Live Radio
                    <div id="inlinecontactus"><a href="/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fHome%2fContactUs%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=contact" target="_blank">Contact Us</a></div>
                </li>
            <li id="quicklink-weather" class="quicklink-item" data-id="0">
                <a draggable="false" target="_blank" href="https://theweathernation.com/" title="Go to Weather" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftheweathernation.com%2f%3fap%3d%26source%3d%26utm_content%3dradio_%26utm_term%3dtbr&amp;value=toolbar_theweathernation_msq',event)">
                    <img src="">
                    <span class="text"><span class="current-temperature"></span> Local Weather</span>
                </a>
            </li>
            





<li class="quicklink-item" data-id="2">
    <a draggable="false" target="_blank" href="https://go.totalvideos.tv/channel/music-channel/" title="Watch Music Videos" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fgo.totalvideos.tv%2fchannel%2fmusic-channel%2f%3fap%3d%26source%3d%26utm_content%3dradio_%26utm_term%3dtbr&amp;value=toolbar_totalvideos_music_msq',event)">
        <div id="toolbar-icon-totalvideos"></div>
        <span class="text">Music Videos</span>
    </a>
</li>
<li class="quicklink-item nolink" data-id="8">
    <span class="text">Radio Stations<i class="icon down-arrow"></i></span>
    <ul class="submenu">
        <li><a draggable="false" target="_blank" href="https://tunein.com/radio/music/" title="Music" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fradio%2fmusic%2f&amp;value=toolbar_musicradio',event)">Music</a></li>
        <li><a draggable="false" target="_blank" href="https://tunein.com/radio/sports/" title="Sports" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fradio%2fsports%2f&amp;value=toolbar_sportsradio',event)">Sports</a></li>
        <li><a draggable="false" target="_blank" href="https://tunein.com/radio/News-c57922/" title="News" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fradio%2fNews-c57922%2f&amp;value=toolbar_newsradio',event)">News</a></li>
        <li><a draggable="false" target="_blank" href="https://tunein.com/radio/talk/" title="Talk" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fradio%2ftalk%2f&amp;value=toolbar_talkradio',event)">Talk</a></li>
        <li><a draggable="false" target="_blank" href="https://tunein.com/podcasts/" title="Podcasts" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fpodcasts%2f&amp;value=toolbar_podcasts',event)">Podcasts</a></li>
        <li><a draggable="false" target="_blank" href="https://tunein.com/radio/local/" title="Local" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fradio%2flocal%2f&amp;value=toolbar_localradio',event)">Local</a></li>
        <li><a draggable="false" target="_blank" href="https://tunein.com/search/?query=Rush%20Limbaugh" title="Rush Limbaugh" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fsearch%2f%3fquery%3dRush%2520Limbaugh&amp;value=toolbar_rushlimbaugh',event)">Rush Limbaugh</a></li>
        <li><a draggable="false" target="_blank" href="https://tunein.com/radio/regions/" title="By Location" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftunein.com%2fradio%2fregions%2f&amp;value=toolbar_bylocationradio',event)">By Location</a></li>
    </ul>
    <div id="toolbar-icon-radio"></div>
</li>




<li class="quicklink-item" data-id="4">
    <a draggable="false" target="_blank" href="https://music.youtube.com/" title="Go to music.youtube.com" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fmusic.youtube.com%2f&amp;value=toolbar_youtube',event)">
        <div id="toolbar-icon-youtube"></div>
        <span class="text">Youtube Music</span>
    </a>
</li>
<li class="quicklink-item" data-id="4">
    <a draggable="false" target="_blank" href="https://www.pandora.com" title="Go to pandora.com" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fwww.pandora.com&amp;value=toolbar_pandora',event)">
        <div id="toolbar-icon-pandora"></div>
        <span class="text">Pandora</span>
    </a>
</li>
<li class="quicklink-item" data-id="4">
    <a draggable="false" target="_blank" href="https://www.iheart.com" title="Go to iheart.com" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fwww.iheart.com&amp;value=toolbar_iheart',event)">
        <div id="toolbar-icon-iHeartRadio"></div>
        <span class="text">iHeart Radio</span>
    </a>
</li>

<li class="quicklink-item" data-id="4">
    <a draggable="false" target="_blank" href="https://www.soundcloud.com" title="Go to soundcloud.com" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fwww.soundcloud.com&amp;value=toolbar_soundcloud',event)">
        <div id="toolbar-icon-soundcloud"></div>
        <span class="text">Soundcloud</span>
    </a>
</li>
<li class="quicklink-item" data-id="1">
    <a draggable="false" target="_blank" href="https://thenewscorner.org/" title="Go to News" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fthenewscorner.org%2f%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=toolbar_thenewscorner_msq',event)">
        <div id="toolbar-icon-news"></div>
        <span class="text">News</span>
    </a>
</li>


<style>
    .submenu {
        position: absolute;
        display: none;
        background-color: white;
        width: 200px;
        font-size: 13px;
        z-index: 9999;
        border-radius: 4px;
        padding: 6px;
        border: 1px solid #ccc;
        margin-top: 4px;
    }

    .quicklink-item:hover .submenu {
        display: block;
    }

    .quicklink-item.nolink {
        display: block;
        padding: 4px 12px;
        -moz-transition: all .11s;
        -o-transition: all .11s;
        -webkit-transition: all .11s;
        transition: all .11s;
        cursor: pointer;
    }

    .down-arrow {
        display: inline-block;
        width: 0;
        height: 2px;
        margin-left: 4px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #232323;
    }

    .quicklink-item .submenu a:hover {
        background-color: #a9a9a9;
    }
</style>
        </ul>
    </header>

    <main>
        

<style>
	footer .copyright, footer .navigation a {
		color: #6b6868 !important;
	}

	footer {
		background-color: #fdfbfb !important;
	}

	#clock-center {
		position: relative;
		margin-bottom: -100px;
		margin-top: 30px;
	}

	.clock-container {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	#clock {
		height: 2em;
		font-size: 2.3em;
		opacity: .85;
		cursor: default;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-bottom: -111px;
	}

	#center-content {
		text-align: center;
	}
</style>

<div id="clock-center">
	<div class="clock-container" id="center-content"><div id="clock" draggable="false"></div></div>
</div>

		<script async>
			const checkStorage = (key) => localStorage.getItem(key) !== null && localStorage.getItem(key) !== 'false';
		
			let state = new Proxy({ date: new Date() }, {
                set(target, prop, value) {
                    target[prop] = value;
                    if (prop === 'date') {
                    	if(checkStorage('utc')) target.date.setTime(target.date.getTime() + (target.date.getTimezoneOffset() * 60000))
                    	document.querySelector('#clock-center #clock').innerText = target.date.toLocaleTimeString(checkStorage('24hourclock') ? 'en-GB' : 'en-US', { hour:'numeric', minute: 'numeric' });
                        document.querySelector('#clock-center #clock').style.display = localStorage.getItem('showclock') !== 'false' ? 'block' : 'none';
                    }
                    return true;
                }
            });
            setInterval(() => state.date = new Date(), 1000);
		</script>



        <div class="content">
            <form action="//query.hfreeliveradio.co/s" class="search-form" id="header-search-form" method="get" target="_blank">
                <div class="hidden">
                    <input type="hidden" name="uid" value="90127d43-0377-4e2b-8ded-42163586a674">
                    <input type="hidden" name="uc" value="17700101">
                    <input type="hidden" name="source" value="">
                    <input type="hidden" name="i_id" value="radio_">
                    <input type="hidden" name="ap" value="">
                    <input type="hidden" name="cid" value="">
                    <input type="hidden" name="sbp" value="body">
                    <input type="submit" value="submit">
                </div>
                <div class="search-bar">
                    <div id="autocomplete-wrapper-1" class="autocomplete-wrapper">
                        <input id="query_body" class="search-input" value="" name="query" type="text" autocomplete="off" placeholder="Search or type a URL" autofocus>
                    </div>
                    <a class="search-submit-button" href="#">
                        <span class="icon"></span>
                    </a>
                    <div class="clear"></div>
                </div>
            </form>
            


        <div id="admbanner" class="dynamic-banner" style="margin-top:20px;"></div>
        <script type="text/javascript">
            SendImpressionGlobal("ex_banner_show", "adm", "");
        </script>
    <script>
        function bannerClickCookie(name, hours, domain) {
            var date = new Date();
            date.setTime(+ date + (hours * 3600000));
            document.cookie = "banner_" + name + "=true" + "; expires=" + date.toGMTString() + "; path=" + domain;
        }

        function walmartBannerImpression() {
            const walmartImp = document.createElement('img');
            const bannerLink = document.getElementById('rb-link');
            walmartImp.height = '0px';
            walmartImp.width = '0px';
            walmartImp.src = 'https://imp.pxf.io/i/1808348/920117/9383?subId1=RB';
            walmartImp.style.position = 'absolute';
            walmartImp.style.visibility = 'hidden';
            bannerLink.appendChild(walmartImp);
        }

    function sendClickImpression(impname) {
        var clickImpression =
            "//imp.onesearch.org/impression.do?event=ex_click" +
            "&user_id=" + "90127d43-0377-4e2b-8ded-42163586a674" +
            "&source=" + "" +
            "&traffic_source=" + "" +
            "&subid=" + "17700101" +
            "&implementation_id=" + "radio_" +
            "&page=banner_" + impname;

        var img = document.createElement("img");
        img.src = clickImpression;
        img.width = 1;
        img.height = 1;
        img.style.display = 'none';

        document.body.appendChild(img);
    }
    </script>


            <div id="hp-quicklinks">
                <ul>
                    





<link href="/styles/home/monetizedquicklinks_newui?v=otmUZsU2sBVz24nuFVUejS6SXRGxA-bTYy8sctyWSkc1" rel="stylesheet"/>



        <li class="hp-quicklink dynamic-quicklink new-ui" style="min-height: 112px;">
            <div class="ql-circle" style="min-height: 48px; max-height: 48px;">
                <div class="ql-icon"></div>
            </div>
            <div class="ql-titletext" style="min-height: 28px;">.</div>
        </li>
        <li class="hp-quicklink" id="quicklink" title="Go to iHeartRadio" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fiheart.com%2f&amp;value=quicklink_iheartradio', event)">
            <div class="ql-circle">
                <div class="ql-icon" style="background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/iheartradio.png) 0 0; background-size: 24px 24px;"></div>
            </div>
            <div class="ql-titletext">i<span class='hidden'>w</span>HeartRadio</div>
        </li>
        <li class="hp-quicklink" id="quicklink" title="Go to Spotify" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fspotify.com%2f&amp;value=quicklink_spotify', event)">
            <div class="ql-circle">
                <div class="ql-icon" style="background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/spotify.png) 0 0; background-size: 24px 24px;"></div>
            </div>
            <div class="ql-titletext">S<span class='hidden'>w</span>potify</div>
        </li>
        <li class="hp-quicklink" id="quicklink" title="Go to Premier Apps" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fpremierapps.org%2f%3fap%3d%26source%3d%26utm_campaign%3d%26utm_content%3dhfreeliveradio.co%26utm_source%3d%26utm_medium%3ddt_nonus%26utm_term%3dmain-search-quicklink&amp;value=quicklink_premierapps_msq', event)">
            <div class="ql-circle">
                <div class="ql-icon" style="background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/premierapps.png) 0 0; background-size: 24px 24px;"></div>
            </div>
            <div class="ql-titletext">D<span class='hidden'>w</span>ownload A<span class='hidden'>w</span>pps</div>
        </li>
        <li class="hp-quicklink dynamic-quicklink new-ui" style="min-height: 112px;">
            <div class="ql-circle" style="min-height: 48px; max-height: 48px;">
                <div class="ql-icon"></div>
            </div>
            <div class="ql-titletext" style="min-height: 28px;">.</div>
        </li>
        <li class="hp-quicklink dynamic-quicklink new-ui" style="min-height: 112px;">
            <div class="ql-circle" style="min-height: 48px; max-height: 48px;">
                <div class="ql-icon"></div>
            </div>
            <div class="ql-titletext" style="min-height: 28px;">.</div>
        </li>
        <li class="hp-quicklink" id="quicklink" title="Email" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2femailhelper.org%2f%3fap%3d%26source%3d%26utm_content%3ddt_nonus%26utm_term%3dmain-search-quicklink&amp;value=quicklink_emailhelper_msq', event)">
            <div class="ql-circle">
                <div class="ql-icon" style="background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/myemailsimplified.png) 0 0; background-size: 24px 24px;"></div>
            </div>
            <div class="ql-titletext">E<span class='hidden'>w</span>mail</div>
        </li>
        <li class="hp-quicklink" id="quicklink" title="Weather Forecast" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2ftheweathernation.com%2f%3fap%3d%26source%3d%26utm_content%3ddt_nonus%26utm_term%3dmain-search-quicklink&amp;value=quicklink_theweathernation_msq', event)">
            <div class="ql-circle">
                <div class="ql-icon" style="background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/nationalweatheragency.png) 0 0; background-size: 24px 24px;"></div>
            </div>
            <div class="ql-titletext">W<span class='hidden'>w</span>eather</div>
        </li>
        <li class="hp-quicklink" id="quicklink" title="AdGone Ad Blocker" onclick="return webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fadgone.org%2fnt%3fap%3d%26source%3dcontent-nt%26utm_campaign%3d%26utm_content%3dhfreeliveradio.co%26utm_source%3d%26utm_medium%3ddt_nonus%26utm_term%3dmain-search-quicklink&amp;value=quicklink_adgone', event)">
            <div class="ql-circle">
                <div class="ql-icon" style="background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/adgone.png) 0 0; background-size: 24px 24px;"></div>
            </div>
            <div class="ql-titletext">B<span class='hidden'>w</span>lock A<span class='hidden'>w</span>ds</div>
        </li>
        <li class="hp-quicklink dynamic-quicklink new-ui" style="min-height: 112px;">
            <div class="ql-circle" style="min-height: 48px; max-height: 48px;">
                <div class="ql-icon"></div>
            </div>
            <div class="ql-titletext" style="min-height: 28px;">.</div>
        </li>


<script type="text/javascript">
        SendImpressionGlobal("ex_ql_impression", "iheartradio::spotify::premierapps::myemailsimplified::nationalweatheragency::adgone", "");
</script>

<style type="text/css">
    .hidden {
        display: none;
    }
</style>





<style>
    #notificationIconEmail {
        position: absolute;
        background-color: red;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        margin-left: 68px;
        color: white;
        margin-top: -85px;
        font-size: 11px;
        font-weight: 900;
    }
</style>    
    <style>
        #quicklink-findmyforms .ql-icon {
            background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/forms.png) 0 0;
            background-size: 24px 24px;
        }

        #quicklink-commonapp .ql-icon {
            background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/collegeapp.png) 0 0;
            background-size: 24px 24px;
        }

        #quicklink-unemploymentbenefits .ql-icon {
            background: url(//dap2y8k6nefku.cloudfront.net/quicklinkicons/unemploybene.png) 0 0;
            background-size: 24px 24px;
        }
    </style>


                </ul>
            </div>
        </div>

        <div id="disableModal">
            <div id="disable-modal-content">
                <div id="disable-modal-header"><span id="close">x</span></div>
                <div id="disable-modal-body"><h4><strong>Are you sure you want to restore your Chrome Tab page?</strong></h4><span id="disable-buttons"><button type="button" id="yes" class="buttonCenter">Yes</button> <button type="button" id="no" class="buttonCenter">No</button></span></div>
            </div>
        </div>

    </main>
    <footer>
        <link href="/styles/home/setting?v=4zdb4ueXjnD1KRFeKu4pG2a0S4xjPxg0WvfkuLV9DDY1" rel="stylesheet"/>


<style>
    #setting-content {
        height: 20.6em;
    }
</style>

<img id="settings-icon" draggable="false" src="/Content/Home/Shared/Images/gear-icon.png" />
<div id="setting-content">
    <div id="setting-header">
        <div id="setting-title">Settings</div>
        <div id="setting-close">X</div>
    </div>
    <div id="setting-features">
        <ul id="settings-list-features">
            <li class="selected">Weather</li>
            <li tabindex="2">Time</li>
            <li tabindex="3">ToolBar</li>
                
                    <li tabindex="5">Features</li>
                
            <li tabindex="6">
                <a href="/RemoveExtension" target="_blank" onclick="webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fRemoveExtension%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=uninstallsettings', event)">Uninstall</a>
            </li>
            <li tabindex="7">
                <a href="/Privacy" target="_blank" onmousedown="webHelpers.changeUrlMouseDown('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fHome%2fPrivacy%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=privacy',event)">Privacy</a>
            </li>
            <li tabindex="8">
                <a href="/Contact" target="_blank" onmousedown="webHelpers.changeUrlMouseDown('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fHome%2fContactUs%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=contact',event)">Contact</a>
            </li>
            <li tabindex="9">
                <a href="/Terms" target="_blank" onmousedown="webHelpers.changeUrlMouseDown('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fHome%2fTerms%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=terms',event)">Terms</a>
            </li>

        </ul>
    </div>
    <div id="settings-fields">
        <div class="setting-feature-forms" id="setting-weather-form">
            <form action="javascript:settingSave()">
                <div>Current Temperature: <span id="settings-weather"></span></div>
                Weather ZipCode <input id="setting-zipcode-value" type="text" name="weatherlocation" autocomplete="off" />
                <br />
                <input type="radio" name="weatherfomart" value="fahrenheit"
                        /> Fahrenheit
                <input type="radio" name="weatherfomart" value="celsius"
                         checked
 /> Celsius
                <input id="saveButton" type="submit" value="Save">
                <br />

            </form>
        </div>
        <div class="setting-feature-forms" id="setting-time-form">
            <label class="switch">
                <input id="setting-showtime-switch" type="checkbox" checked>
                <span class="slider round"></span>
            </label>
            <span class="timeOptions">
                Show Clock
            </span>
            <br />
            <label class="switch">
                <input id="setting-time24-switch" type="checkbox">
                <span class="slider round"></span>
            </label>
            <span class="timeOptions">Show 24 Hours</span>
            <br />
            <label class="switch">
                <input id="setting-timeutc-switch" type="checkbox">
                <span class="slider round"></span>
            </label>
            <span class="timeOptions">Show UTC</span>
        </div>
        <div class="setting-feature-forms" id="setting-toolbar-form">
            <label class="switch">
                <input id="setting-toolbar-switch" type="checkbox" checked>
                <span class="slider round"></span>
            </label>
            <span class="timeOptions">Show ToolBar</span>
        </div>
            
                <div class="setting-feature-forms" id="setting-features-form">
                    <div id="dailyweatherupdate">Daily Radio Feature</div>
                    <input type="radio" class="dailyweatherupdate" name="dailyweatherupdate" id="optedon" value="On"
                             checked
 /> On
                    <input type="radio" class="dailyweatherupdate" name="dailyweatherupdate" id="optedoff" value="Off"
                            /> Off
                    <br />
                </div>
            
    </div>
</div>


<script>
	function setCookie(cname, cvalue, exdays) {
		var d = new Date();
		d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
		d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
		d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
		d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
		d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
		var expires = "expires=" + d.toUTCString();
		document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
	}
	    
		document.getElementById("optedon").addEventListener("click", function () { setCookie("optedout", "false", 10000);  });
		document.getElementById("optedoff").addEventListener("click", function () { setCookie("optedout", "true", 10000); });
		

</script>
        <div class="copyright"> <img style="height:16px; margin-right: 5px; margin-bottom: -3px;" src="https://d3ff8olul1r3ot.cloudfront.net/radio.png" onerror="this.style.display='none'"> Free Live Radio</div>
        <ul class="navigation">
            <li>
                <a href="/Terms" target="_blank" onmousedown="webHelpers.changeUrlMouseDown('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fHome%2fTerms%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=terms',event)">Terms</a>
            </li>
            <li>
                <a href="/Privacy" target="_blank" onmousedown="webHelpers.changeUrlMouseDown('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fHome%2fPrivacy%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=privacy',event)">Privacy</a>
            </li>
            <li>
                <a href="https://app.termly.io/notify/abff9143-52d1-45ab-a765-989eccb82435" target="_blank">Do Not Sell or Share My Personal information</a>
            </li>
            <li>
                <a href="/RemoveExtension" target="_blank" onclick="webHelpers.changeUrl('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fRemoveExtension%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=uninstall', event)">Uninstall</a>
            </li>
            <li>
                <a href="/Contact" target="_blank" onmousedown="webHelpers.changeUrlMouseDown('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=%2fHome%2fContactUs%3fuc%3d17700101%26ap%3d%26source%3d%26uid%3d90127d43-0377-4e2b-8ded-42163586a674%26i_id%3d%26cid%3d&amp;value=contact',event)">Contact</a>
            </li>
            <li>
                <a href="/Feedback" target="_blank" onmousedown="webHelpers.changeUrlMouseDown('/home/click?uc=17700101&amp;ap=&amp;source=&amp;uid=90127d43-0377-4e2b-8ded-42163586a674&amp;i_id=&amp;cid=&amp;url=https%3a%2f%2fwww.surveymonkey.com%2fr%2f5HP8J5H&amp;value=feedback',event)">Feedback</a>
            </li>

        </ul>
    </footer>

<script src="/scripts/home/common?v=B7zJOOuKRrdwmvF4UcJQiySHI7Ajpy7ToqWFreccUXs1"></script>


        <script>
        weatherHelper.apikey = "beac7c40c6ebee3f7f54a7a3544c9986";
        weatherHelper.lon = -0.093;
        weatherHelper.lat = 51.5164;
        </script>






<script data-search-pseudo-elements src="https://kit.fontawesome.com/b9b2ba83c3.js" crossorigin="anonymous"></script>

<script src="/Scripts/WeatherHelper_v1.js"></script>

<script>
    const key = 'beac7c40c6ebee3f7f54a7a3544c9986';
    if(!localStorage.getItem('zip')) setZip('EC2V');
</script>

<script>
    (() => {
        const qs = new URLSearchParams({
            event: `resolutions`,
            page: `${screen.width}x${screen.height}~${window.innerWidth}x${window.innerHeight}`,
            referrer: ``,
            user_id: `90127d43-0377-4e2b-8ded-42163586a674`,
            source: ``,
            traffic_source: ``,
            subid: `1/1/1770 12:00:00 AM`,
            implementation_id: `radio_`
        });
        new Image().src = `//imp.hfreeliveradio.co/impression.do?${qs.toString()}`.replace("www.", "");
    })();
    
    document.addEventListener("keydown", (e) => {
        if (e.target.localName !== "input")
            new Image().src = `//imp.hfreeliveradio.co/impression.do?event=keydownTrigger&page=&referrer=&user_id=90127d43-0377-4e2b-8ded-42163586a674&source=&traffic_source=appfocus1&subid=17700101&implementation_id=radio_`.replace('www', '');
    });
    
    if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches)
        SendImpressionGlobal('ex_dark_theme', '', '');
</script>



<script>
    const defaultDocumentTitle = document.title;
    const defaultFavicon = 'https://d3ff8olul1r3ot.cloudfront.net/radio.png';
    const changeFavicon = link => {
      let favicon = document.querySelector('link[rel="icon"]')
      if (favicon !== null) {
        favicon.href = link
      } else {
        favicon = document.createElement("link")
        favicon.rel = "icon"
        favicon.href = link
        document.head.appendChild(favicon)
      }
    }
    const changeTitleFavicon = () => {
        const favicon = document.querySelector('link[rel="icon"]');
        changeFavicon(favicon !== null && !favicon.href.endsWith(defaultFavicon) ? defaultFavicon : '/favicon.ico');
        document.title = document.title === defaultDocumentTitle ? 'New Tab' : defaultDocumentTitle;
    }
    changeFavicon(defaultFavicon);
    let titleInterval;
    document.onvisibilitychange = () => {
        if (document.visibilityState === 'visible') {
            window.clearInterval(titleInterval);
            document.title = defaultDocumentTitle;
            changeFavicon(defaultFavicon);
        } else {
            setTimeout(() => titleInterval = setInterval(changeTitleFavicon, 1000), 59000)
        }
    }
</script>



<style>
    #oc-top-continue {
        margin-left: 10px;
        background: lightgray;
        border: 1px solid gray;
        outline: none;
        cursor: pointer;
        padding: 5px 10px;
    }

    #oc-top-banner a {
        color: black;
        text-decoration: underline;
    }
</style>
<div id="oc-top-banner" style="background-color: #e6e6e6;position: fixed;left: 0;right: 0;bottom: 50px;z-index: 10000;">
    <p style="text-align: center;font-size: 14px;line-height: 25px;color:black;padding:0 50px;">We use cookies to improve your experience. To learn more, click <a href="/Home/Privacy#cookiePolicy" target="_blank">here</a>. By continuing to use our site, you accept our use of cookies and revised <a href="/Home/Privacy?" target="_blank">Privacy Policy</a>.<button id="oc-top-continue">OK</button></p>
</div>

<script>
    SendImpressionGlobal("ex_hp_cn", "shown");
    try {
        document.getElementById('oc-top-continue').onclick = function () {
            SendImpressionGlobal("ex_hp_cn", "hidden");
            setCookie("cna", "true", 10000);
            document.getElementById("oc-top-banner").style.display = "none";
        }
    }
    catch (err) { }

    function setCookie(cname, cvalue, exdays) {
        var d = new Date();
        d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
        var expires = "expires=" + d.toUTCString();
        document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
    }
</script>

    <iframe id="dailyfeatureiframe" src="https://dailyfeature.net/DailyFeature/DF?url=hfreeliveradio.co&uc=17700101&cid=&purpose=hp&type=internal" style="width:0; height:0; border:0; border:none; display:none"></iframe>
    <script>
        document.querySelector('#dailyfeatureiframe').onload = () => document.querySelector('#query_body').focus(); setTimeout(function () {
            document.querySelector("#dailyfeatureiframe").style.display = "block";
        }, 1000);</script>


    </div>
    
</body>
</html>

Latest requests

# Url Url Source Date
1 https://hfreeliveradio.co/ 2024-05-12 03:37:02
2 https://thebolditalic.com/?gi=5868… 2024-05-12 03:37:00
3 https://thebolditalic.com/?gi=93ff… 2024-05-12 03:36:59
4 https://thebolditalic.com/?gi=539a… 2024-05-12 03:36:59
5 https://thebolditalic.com/?gi=89f3… 2024-05-12 03:36:57
6 https://thebolditalic.com/?gi=cac3… 2024-05-12 03:36:56
7 https://thebolditalic.com/?gi=9992… 2024-05-12 03:36:55
8 https://thebolditalic.com/?gi=f355… 2024-05-12 03:36:52
9 https://thebolditalic.com/?gi=4e72… 2024-05-12 03:36:51
10 https://lucky-jet.com/ru/ 2024-05-12 03:36:51
11 https://thebolditalic.com/?gi=0ef3… 2024-05-12 03:36:48
12 https://thebolditalic.com/?gi=f261… 2024-05-12 03:36:47
13 https://thebolditalic.com/?gi=7245… 2024-05-12 03:36:45
14 https://eu.wargaming.net/id/openid… 2024-05-12 03:36:43
15 https://thebolditalic.com/?gi=b698… 2024-05-12 03:36:43
16 https://thebolditalic.com/?gi=0291… 2024-05-12 03:36:39
17 https://thebolditalic.com/?gi=8c4a… 2024-05-12 03:36:39
18 https://thebolditalic.com/?gi=a511… 2024-05-12 03:36:38
19 https://thebolditalic.com/?gi=1ce8… 2024-05-12 03:36:35
20 https://thebolditalic.com/?gi=7605… 2024-05-12 03:36:34