Image Adder[Unstable]!
[4Free-FSE.git] / README.md
blobb534d8850f53a7abd06683615555fefcdd476f91
1 # 4Free - Free Stuff Enhancements[4Free-FSE]
2 ## Navigation
3 This folder contains QAJPYOtGo's MD5 filters for 4chanX, the .ts src folder, and the built user.js file in builds.<br/>
4 In the releases you can find individual scripts <a href="https://github.com/ECHibiki/4Free-FSE/releases/tag/0.0.0">as V0 : Individual Packages</a> or you can look here to see the current work on the combined Typescipt version.
5 ## Future Developement
6         Combine all into one master script relying entirely on 4chanX and it's API.
7 ## About 4Free-FSE
8 4chanX-Free Stuff Enhancements is a userscript that operates with 4chanX to give it additional features. These enhancements were written by me from early 2017 up to 2018 as a way to teach myself how to work with JavaScript while giving something back to the community I took part in.
9 Some of these features are simple, like the password viewer, others are more complex using multiple concurent AJAX calls such as the thread rebuilder or the image adder. <br/>
10 Below is a description of the features this package has to offer.
12 ### Danbooru Image Adder
13 #### Adds images to your posts
14 Adds an image to your post taken from the danbooru's image collection.<br/>
15 Supply it with tags via an autocomplete, set the rating(s/q/e) and it will give an image for you to post with. 
17 ### 4chan-Ignoring-Enhancements
18 #### Hides images.
19 Gives the ability to hide images with ___ctrl+shift+click___. Stores in browser memory for new sessions.<br/>
20 Also includes over 20,000 MD5 filters of things like frogs, goldface, guro done by from QAJPYOtGo<br/>
21 https://github.com/ECHibiki/4chan-UserScripts/blob/master/MD5%20Filters%20by%20QAJPYOtGo.txt
22 #### Word Filters
23 Also includes the ability to do word replacements with a regex replacement system.<br>
25 ### Thread Rebuilder
26 #### Rebuild dead threads from scratch
27 Rebuild a thread from 4chan's archive.<br/>
28 Simple system that could use some additions(using 4chan's offsite archives for example)
30 ### Kita-Yen
31 #### Color text
32 Converts the colors of special symbols from plain black into other prettier colors(yen == purple, kita == dark grey).<br/>
33 #### Hotkeys for Convinience
34 <strong>Press ctrl+\ for ¥</strong>
35 Highlights the whole line in purple much like how greentext works<br/>
36 <strong>Press ctrl+k for キタ━━━(゚∀゚)━━━!!</strong>
37 Highlights just the word in dark gray<br/>
38 Plans are for these to also include custom inputs and colors.
40 ### Visible Password
41 #### Shows your 4chan post/delete password
42 * Displays your 4chan password in an inputbox.
43 * Top left is the post password, Bottom right is the delete password.
44 * Edit the input boxes to change them.
46 __Note:__ some 4chan boards don't allow custom post passwords. May require cookie manipulation, but this has not yet been tested...