Put the removability checker on your site
A four-question tool that tells someone whether their content is likely removable under Indian law, which legal route applies, and when it is honestly not removable at all. It runs entirely in the visitor's browser — nothing is collected, nothing is sent anywhere, and there is no signup. Free to use on any site.
Built for lawyers advising clients, journalists covering online harassment, HR and support teams fielding takedown questions, and anyone who would rather hand someone a straight answer than a sales call.
The code
Paste this where you want the tool to appear.
<iframe
src="https://www.repulex.com/embed/removability-check"
title="Is your content legally removable in India?"
width="100%" height="620" style="border:0;max-width:760px"
loading="lazy"></iframe>Optional: auto-height
The widget posts its height to the parent page as it changes. Add this if you would rather it resized itself than kept a fixed height.
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'repulex:height') {
var f = document.querySelector('iframe[src*="repulex.com/embed"]')
if (f) f.style.height = e.data.height + 'px'
}
})
</script>Terms, in full
- Free, for commercial or non-commercial use, with no permission needed.
- Keep the attribution line at the foot of the widget intact.
- No tracking, no cookies, no data collection — the assessment runs on-device.
- Indicative only. It is not legal advice and it promises no outcome.
- We may improve the tool; embedded copies update automatically.
Live preview
Prefer the full version with the legal background? Open the complete tool.