# Web-Based Corruptors

> *These are corruptors that run in your browser.*&#x20;

* [**Index**](/other-corruptors/web-based-corruptors.md)
  * [Emoji/SVG Corrupt](/other-corruptors/web-based-corruptors.md#emoji-svg-corrupt)
  * [jsRTC](/other-corruptors/web-based-corruptors.md#jsrtc)

## Emoji/SVG Corrupt

**Author**: x8BitRain\
**Page URL**: <https://x8bitrain.github.io/svg-emoji-corrupt/>\
**Source** : <https://github.com/x8BitRain/svg-emoji-corrupt>

> *As its name implies, this is a web-based corruptor that works with SVG Vectorial Files. A quick selection of SVG Emojis is available to get started fast.*

![Corrupted Laughing-Crying Emoji](/files/-LvgLiQet2Cij3_s-S5B)

## jsRTC&#x20;

**Author**: ircluzar\
**Page URL:** <https://github.com/ircluzar/jsRTC/blob/master/jsRTC_for_Webpages.txt>

> *jsRTC is a minimalist Real-Time Corruptor written in JavaScript. jsRTC works by creating a bookmark in your browser that contains the corruptor's code. It will pop a frame at the top-left corner of your browser, giving you control over the corruptor.*

![jsRTC ran against Youtube's Homepage](/files/-LvgQKqlFHkUqzAguttG)

**jsRTC for js-dosbox (dosgamesarchives.com edition)**

This version of jsRTC is made for a very particular website: dosgamesarchives.com\
that websites has a built-in dosbox emulator written in JavaScript to which jsRTC hooks to.\
**Page URL:** <https://github.com/ircluzar/jsRTC/blob/master/jsRTC_for_js-dosbox.txt>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://corrupt.wiki/other-corruptors/web-based-corruptors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
