ProxyVerity Proxy Checker Widget — Demo

Preview how the embeddable widget renders and behaves. The snippets below load /widget/embed.js which inserts an iframe with the widget.

Endpoints used: /backend/add_to_queue.php and /result.php?hash=....

You can see the proxy checker in action at https://proxyverity.com/proxy-checker/

Light Theme (default)

Width 100%, height 520px, results open in-place (inside iframe).

Dark Theme

Width 100%, height 520px, results open in-place (inside iframe).

Embed Examples

Replace panel.proxyverity.com with your host.

Minimal (required params only)

<script src="https://panel.proxyverity.com/widget/embed.js"></script>

Medium (recommended options)

<script src="https://panel.proxyverity.com/widget/embed.js"
        async
        data-width="100%"
        data-height="520"
        data-theme="light"></script>

Full (all options)

<script src="https://panel.proxyverity.com/widget/embed.js"
        async
        data-width="100%"
        data-height="520"
        data-theme="light"
        data-threshold="50"
        data-chunk-size="50"
        data-open-results="0"></script>