View MoronBot v1.php
<?php | |
/* CHECKS FOR A URL IN THE... URL. GOES TO DEFAULT ONE OTHERWISE */ | |
if (isset($_GET['url']) == true) { | |
$url=$_GET['url']; | |
} else { | |
$url="irc.editingarchive.com"; | |
} | |
/* CHECKS FOR A CHANNEL IN THE URL. GOES TO DEFAULT ONE OTHERWISE */ | |
if (isset($_GET['channel']) == true) { | |
$chan="#".$_GET['channel']; |
View global-umatrix-rules.txt
* ajax.googleapis.com script allow | |
* akamai.net script allow | |
* akamaihd.net script allow | |
* akamaihd.net xhr allow | |
* arcot.com frame allow | |
* arcot.com script allow | |
* arcot.com xhr allow | |
* cloudflare.com script allow | |
* gfycat.com frame allow | |
* gfycat.com media allow |