>>535
just fix it yourself
--- old/chrome/content/not4chan/menu.js Fri Jul 11 09:17:50 2008
+++ new/chrome/content/not4chan/menu.js Tue Jan 12 12:20:43 2010
@@ -5,7 +5,7 @@
try {
var doc = document.commandDispatcher.focusedWindow.document;
var loc = doc.location.toString();
- if(/\/[0-9]*\.html(#.*)?$/.test(loc)) {
+ if(/^http:\/\/[^\/]*4chan.org\/.*/.test(loc)) {
n4cStyle = 1;
}
else if(/^http:\/\/[^\/]*not4chanserver.org\/.*\?t=[0-9]+/.test(loc)) {
@@ -88,9 +88,6 @@
function n4cSage(doc) {
var loc = doc.location.toString();
- if(!/\/[0-9]*\.html(#.*)?$/.test(loc)) {
- return false;
- }
if(!/Posting mode: Reply/.test(doc.body.innerHTML)) {
return false;
}