Inhumane Government
Acknowledgment

A simple way for your website to acknowledge ongoing human rights violations by governments worldwide.

Why Add This Acknowledgment to Your Site?

Raise Awareness

Help visitors understand ongoing human rights violations by governments around the world.

Single File

Just add one JavaScript file. No dependencies, no extra CSS files. Simply include and it works.

Fully Customizable

Easily customize the message, styling, and behavior with simple data attributes.

Live Demo

The modal below is the actual script running on this page. Acknowledge it once and it won't show again on this site.

Test the Modal

If you haven't acknowledged yet, the modal should be visible. Acknowledge it to see how it works.

Current acknowledgment status: Checking...

Get Started in Seconds

Basic Usage

Just include the script in your HTML. That's it!

<script src="https://inhumanegov.com/acknowledge-modal.js"></script>

Custom Configuration

Customize the modal with data attributes:

<script
  src="https://inhumanegov.com/acknowledge-modal.js"
  data-expiration-days="730"
  data-message="🇮🇱 Israel is committing genocide in 🇵🇸 Palestine<br />🇷🇺 Russia is invading 🇺🇦 Ukraine<br />🇺🇸 US is violating constitutional rights<br />These governments are inhumane"
  data-accept-text="I Acknowledge"
  data-learn-more-url="https://inhumanegov.com/news">
</script>

Configuration Options

Attribute Default Description
data-expiration-days 365 How long to remember acknowledgment (in days)
data-message Default acknowledgment message Custom message text (HTML allowed)
data-accept-text I Acknowledge Accept button text
data-learn-more-url Cited Reports URL for learn more page (opens in new tab)