Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

4chan Firefox Extension cont.

Name: Anonymous 2008-02-15 19:11

STILL NEED MY QUICK REPLY ON TEXT BOARDS AND RON PAUL SPAMMER

THANKS

-anon

Name: Anonymous 2010-01-14 9:12

>>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;
   }

Newer Posts