[Merge PR #58] Remove the Photobucket filter

photobucket still sucks but at least they serve images again
This commit is contained in:
Xkeeper 2019-01-02 10:40:05 -08:00 committed by GitHub
commit ef2cac19d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1225,7 +1225,7 @@ function dofilters($p){
$p=str_replace("-->", '--&gt;</font>', $p);
}
$p=preg_replace("'(https?://.*?photobucket.com/)'si",'images/photobucket.png#\\1',$p);
//$p=preg_replace("'(https?://.*?photobucket.com/)'si",'images/photobucket.png#\\1',$p);
$p=preg_replace("'http://.{0,3}\.?tinypic\.com'si",'tinyshit',$p);
$p=str_replace('<link href="http://pieguy1372.freeweb7.com/misc/piehills.css" rel="stylesheet">',"",$p);
$p=str_replace("tabindex=\"0\" ","title=\"the owner of this button is a fucking dumbass\" ",$p);