reposted from Holla Forums mods please sticky so users know what is happening
FULL STATUS
Quick reply is down Quick reply is down in mod.php (sys.8ch)
Manual reply is working Manual reply is not working in mod.php (sys.8ch)
Thread creation is working in catalog Thread creation is working in catalog for mod.php (sys.8ch) Thread creation is not working in the index Thread creation is not working in the index for mod.php (sys.8ch)
Thanks in advance, Ron!
temp fix
// ==UserScript==// @name Save As Filename Fix// @namespace grauw.nl/projects/pc/greasemonkey/// @description Fixes 'Save as original filename' function// @include https*//8ch.net/*// @include http*//8ch.net/*// ==/UserScript==$(function() {$("a[download]").each(function() { var url = $(this).attr('href'); $(this).attr('href', url.replace('media.', '').replace('media2.','')); });});