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

Convert Akafuku to work on 4chan?

Name: Anonymous 2008-03-12 19:43

Hello /prog/

Let me start this out by saying that I know nothing about programming.

I am a Futaba (www.2chan.net) user, and over there we have a wonderful set of Firefox extensions known as Akafuku and Aima Aima ni (http://www.unmht.org/futaba/).  These do far more than the 4chan Firefox Extension, and include such features as one-click image saving, thread archiving, pop-up windows that display the target of >>(postnumber), or even >(quote) on mouseover, extensive spam filters, etc. etc.

Having a program like this for 4chan would be fucking awesome.  I know 4chan is based off of Futaba, but how hard would it be to reverse engineer this to work with 4chan?

Name: Anonymous 2008-05-10 19:45

pantsu~

Name: Anonymous 2008-05-13 20:30

A while back, a /g/angsta made an anti-404 greasemonkey script which included some 7chan-ish features. So that's a start.

BTW /prog/, /g/ needs more SICP, Snakes, etc. Shit is too boring over there.

Name: Anonymous 2008-10-23 14:04

BUMP

Name: Anonymous 2008-10-26 2:36

<MrVacBob> hey i'm 5'4" and not likely to rape anyone

Name: Anonymous 2009-06-07 10:10

Irene Petzeit ist lesbisch

Name: Anonymous 2009-06-07 10:10

Irene Petzeit ist schwul

Name: Anonymous 2009-06-07 10:27

>>42
DEATH TO /g/

Name: Anonymous 2009-06-07 10:29

>>36
Sorry, I like my OS to be functional and relatively reliable, though compiling things from source can be a bitch. It also feels like it ``just works'', unlike Linux distros. I've yet to try a BSD flavour, though.
Me being gay doesn't have anything to do with my choice of OS.

Name: Anonymous 2009-06-07 10:39


< BSD 4EVA >
 ----------
   \         ,        ,
    \       /(        )`
     \      \ \___   / |
            /- _  `-/  '
           (/\/ \ \   /\
           / /   | `    \
           O O   ) /    |
           `-^--'`<     '
          (_.)  _  )   /
           `.___/`    /
             `-----' /
<----.     __ / __   \
<----|====O)))==) \) /====
<----'    `--' `.__,' \
             |        |
              \       /
        ______( (_  / \______
      ,'  ,-----'   |        \
      `--{__________)        \/

Name: Anonymous 2009-06-07 11:11

Windows
``just works''
You need to work on your trolling >>48-san

Name: Anonymous 2009-06-07 13:27

You need to work in your POS OS >>50-san. Maybe then somebody would actually use it.

Name: Anonymous 2009-06-07 14:56

one-click image saving
Firegestures1 - save image now

thread archiving
>>26
chanmongler2

pop-up windows that display the target of >>(postnumber), or even >(quote) on mouseover
/b/ackwash3

extensive spam filters
4chan filter4

1 - https://addons.mozilla.org/en-US/firefox/addon/6366
2 - http://praetox.com/n.php/sw/chanmongler
3 - http://userscripts.org/scripts/show/44327
4 - http://userscripts.org/scripts/show/33916

Name: Anonymous 2009-06-07 15:04

>>52
Enjoy your doubled load times.

Name: Anonymous 2009-06-07 16:23

>>53
I will, along with my job

Name: Anonymous 2009-06-07 16:59

    Hello /prog/

    Let me start this out by saying that I know nothing about programming.

    I am a SICP (http://mitpress.mit.edu/sicp/full-text/book/book.html) user, and over there we have a wonderful set of procedures known as EVAL and APPLY.  These do far more than the numeric procedures, and include such features as metacircular interpretation, proper tail recursion, debugging messages that display the call trace of >>(procedurename), or even >(macro) on debugging mode, extensive bayesian spam filters, etc. etc.

    Having a program like this for bbcode would be fucking awesome.  I know bbcode is based off of LISP, but how hard would it be to reverse engineer this to work with bbcode?

Name: Anonymous 2009-06-07 22:34

>>26

Thread archiving, batch saving and searching has already been covered well enough by DownThemAll and Ctrl-F. There is simply no reason to write another tool that does the same stuff.

Name: Anonymous 2009-06-07 23:06

Hopefully in b4 hax my anus, *grabs dick*, Ginger, Sussman, Culver, Xarn, Taro, Oyashiro-sama, NULL NULL NULL, and dead dogs.

Name: Anonymous 2009-06-08 2:52

Oyashiro-sama
wat

Name: Anonymous 2009-06-08 2:57

[b][u]dea[u]d dogs[/b]

Name: Anonymous 2009-06-08 2:57

dead dogs
Shit.

Name: Anonymous 2009-06-08 4:34

Name: Anonymous 2009-06-08 18:48

>>This thread.

And that's why one should never bother to discuss anything intelligent on 4chan. Ever.

Name: Anonymous 2009-06-08 20:17

>>62
PROTIP: Disabling SSID broadcast doesn't buy you anything. It just disables the advertising frames. Other frames are still transmitted with your SSID in it, and they are trivial to pick up using something like AirSnort or NetStumbler (what is it with wifi security tools and CamelCase?).

Name: Anonymous 2009-06-08 20:25

>>62
Because worthless posts like >>1 will get bumped over it?

Name: Anonymous 2009-06-09 9:44

>>60
Only once when their bowels release.

Name: Anonymous 2009-06-09 9:58

How can I have a Firefox ``script-let'' automatically fill out a file select element?

Doing it normally throws an exception, is there some extra code you can add to get permission from the user (I think I used something like that for XMLHttpRequest once)?

Example of what I want:
Click button -> Comment field is filled with "Japanese bird cooking spaghetti," file select field is filled with "penne rigate.jpg."

Name: FrozenVoid 2009-06-09 10:46

Name: Anonymous 2009-06-09 12:49

>>67
Thank you, FrozenVoid.

Set signed.applets.codebase_principal_support to true.
javascript:(function(){netscape.security.PrivilegeManager.enablePrivilege('UniversalFileRead');document.getElementsByName('com')[0].value="Japanese%20bird%20cooking%20spaghetti";document.getElementsByName('upfile')[0].value="/dev/null/Japanese%20bird%20cooking%20spaghetti.jpg";})();

And the result: Error: Duplicate file entry detected.

Maybe I'll give in and make an extension instead...

Name: Anonymous 2009-06-09 13:20

>>68
That's only because Japanese bird cooking spaghetti.jpg is already on the server.

Name: Anonymous 2009-06-09 13:43

>>69
That's because the image that happened to be called Japanese bird cooking spaghetti.jpg is already on the server. (Changing the name will not fix the problem.)

Name: Anonymous 2009-06-09 13:56

Rule 34 on japanese bird cooking spaghetti

Name: Anonymous 2009-06-09 14:19

>>71
Get the fuck out of /prog/ and go back to /b/. Thanks.

Name: Anonymous 2009-06-09 14:50

Post >>72 on japanese bird cooking spaghetti

Name: Anonymous 2009-06-09 14:50

>>72
[yhbt]lol[/yhbt]

Name: Anonymous 2009-06-09 14:51

I've not heard abut this 'beet' meme, someone fill me in?

Name: Anonymous 2009-06-09 15:02

>>75
You have beet tolled.

Name: Anonymous 2009-06-09 16:15

Forth is a structured, imperative, stack-based, computer programming language and programming environment. Forth is sometimes spelled in all capital letters following the customary usage during its earlier years, although the name is not an acronym.

A procedural, stack-oriented and reflective programming language without type checking, Forth features both interactive execution of commands (making it suitable as a shell for systems that lack a more formal operating system) and the ability to compile sequences of commands for later execution. Some Forth implementations (usually early versions or those written to be extremely portable) compile threaded code, but many implementations today generate optimized machine code like other language compilers.

Although not as popular as other programming systems, Forth has enough support to keep several language vendors and contractors in business. Forth is currently used in boot loaders such as Open Firmware, space applications,[1] and other embedded systems. An implementation of Forth by the GNU Project is actively maintained, the last release in November 2008. The 1994 standard is currently undergoing revision, provisionally titled Forth 200x.

Name: gghfghff 2012-09-15 8:58

Vorsicht vor Erika Triller in Remscheid !!!!!!!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List