Text Replacer, minor refactor
[4Free-FSE.git] / README.md
blob42d6ce449f7202c1d4e245861315065bb36f5aa5
1 # 4Free - Free Stuff Enhancements[4Free-FSE]
2 ## Navigation
3 Visit the folder "Individual Packages" to see and download individual scripts. This folder contains QAJPYOtGo's MD5 filters for 4chanX, the .ts src folder, and the built user.js file in builds.
4 ## Future Developement
5         Combine all into one master script relying entirely on 4chanX and it's API.
6 ## About 4Free-FSE
7 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.
8 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/>
9 Below is a description of the features this package has to offer.
11 ### Danbooru Image Adder
12 #### Adds images to your posts
13 Adds an image to your post taken from the danbooru's image collection.<br/>
14 Supply it with tags via an autocomplete, set the rating(s/q/e) and it will give an image for you to post with. 
16 ### 4chan-Ignoring-Enhancements
17 #### Hides images.
18 Gives the ability to hide images with ___ctrl+shift+click___. Stores in browser memory for new sessions.<br/>
19 Also includes over 20,000 MD5 filters of things like frogs, goldface, guro done by from QAJPYOtGo<br/>
20 https://github.com/ECHibiki/4chan-UserScripts/blob/master/MD5%20Filters%20by%20QAJPYOtGo.txt
21 #### Word Filters
22 Also includes the ability to do word replacements with a regex replacement system.<br>
24 ### Thread Rebuilder
25 #### Rebuild dead threads from scratch
26 Rebuild a thread from 4chan's archive.<br/>
27 Simple system that could use some additions(using 4chan's offsite archives for example)
29 ### Kita-Yen
30 #### Color text
31 Converts the colors of special symbols from plain black into other prettier colors(yen == purple, kita == dark grey).<br/>
32 #### Hotkeys for Convinience
33 <strong>Press ctrl+\ for ¥</strong>
34 Highlights the whole line in purple much like how greentext works<br/>
35 <strong>Press ctrl+k for キタ━━━(゚∀゚)━━━!!</strong>
36 Highlights just the word in dark gray<br/>
37 Plans are for these to also include custom inputs and colors.
39 ### Visible Password
40 #### Shows your 4chan post/delete password
41 * Displays your 4chan password in an inputbox.
42 * Top left is the post password, Bottom right is the delete password.
43 * Edit the input boxes to change them.
45 __Note:__ some 4chan boards don't allow custom post passwords. May require cookie manipulation, but this has not yet been tested...