Schema-Validator
view release on metacpan or search on metacpan
samples/sample4.html view on Meta::CPAN
{"genre":["Brass Band"],"location":{"@type":"Place","address":{"type":"PostalAddress","addressCountry":"United Kingdom","addressRegion":"WEST YORKSHIRE"},"name":"WEST YORKSHIRE"},"@type":"MusicGroup","name":"Grange Moor Brass Band","@context":"https:...
if (navigator.brave !== undefined) {
return navigator.brave.isBrave();
}
return false;
}
async function showBraveModal() {
const isBrave = await isBraveBrowser();
if (isBrave) {
// Blur the background
const overlay = document.createElement("div");
overlay.id = "brave-overlay";
overlay.style.position = "fixed";
overlay.style.top = "0";
overlay.style.left = "0";
overlay.style.width = "100%";
overlay.style.height = "100%";
overlay.style.background = "rgba(0,0,0,0.5)";
overlay.style.backdropFilter = "blur(5px)";
overlay.style.display = "flex";
overlay.style.justifyContent = "center";
overlay.style.alignItems = "center";
const modal = document.createElement("div");
modal.style.background = "white";
modal.style.padding = "20px";
modal.style.borderRadius = "8px";
modal.style.textAlign = "center";
modal.innerHTML = `<p>This site is supported by advertising.<br>Use a different browser.</p><!--
<button onclick="document.getElementById('brave-overlay').remove();">Close</button>
-->
`;
overlay.appendChild(modal);
document.body.appendChild(overlay);
}
}
document.addEventListener("DOMContentLoaded", showBraveModal);</script> <a href="/index.htm"><img border="0" src="/images/brass.gif" alt="The Brass Band Portal" width="204" height="30"></a> <h1>Grange Moor Brass Band</h1>
<h2> West Yorkshire, United Kingdom</h2>
<p>A woldwide list of brass bands.</p><p>This directory of brass bands in WEST YORKSHIRE, United Kingdom is actively maintained,
and with over 1500 British-style brass bands both local near you and from all over the world,
it is one of the largest on the Internet.
It contains websites, links to Facebook and Twitter, concerts, vacancies and contact information.</p> <a href="//www.facebook.com/GrangeMoorBrassBand/">View Facebook Page</a><br><a href="//x.com/grangemoorband">View Twitter Feed</a><br><a href="bbl2....
( run in 0.556 second using v1.01-cache-2.11-cpan-2398b32b56e )