Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <body>
- <h1>My First Heading</h1>
- <p>My first paragraph.</p>
- <script>
- var countryCode='';
- function getCountryCode(data) {
- countryCode = data.countryCode;
- if(countryCode == 'IN')
- {
- console.log("You're from a forbidden country.");
- }
- else
- {
- window.__lc = window.__lc || {};
- window.__lc.license = XXXXXXXX;
- (function() {
- var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
- lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
- })();
- }
- }
- </script>
- <script src="https://extreme-ip-lookup.com/json/?callback=getCountryCode"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment