tsc configuration
[4Free-FSE.git] / README.md
blobd4a50e3b42845adf0c94a84fbf3a7faeb4027281
1 # 4chanX-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 4chanX-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 ### Kita-Yen
17 #### Color text
18 Converts the colors of special symbols from plain black into other prettier colors(yen == purple, kita == dark grey).<br/>
19 #### Hotkeys for Convinience
20 <strong>Press ctrl+\ for ¥</strong>
21 Highlights the whole line in purple much like how greentext works<br/>
22 <strong>Press ctrl+k for キタ━━━(゚∀゚)━━━!!</strong>
23 Highlights just the word in dark gray<br/>
25 ### 4chan-Ignoring-Enhancements
26 #### Hides images.
27 Gives the ability to hide images with ___ctrl+shift+click___. Stores in browser memory for new sessions.<br/>
28 Also includes over 20,000 MD5 filters of things like frogs, goldface, guro done by from QAJPYOtGo<br/>
29 https://github.com/ECHibiki/4chan-UserScripts/blob/master/MD5%20Filters%20by%20QAJPYOtGo.txt
30 #### Word Filters
31 Also includes the ability to do word replacements with a regex replacement system.<br>
33 ### Thread Rebuilder
34 #### Rebuild dead threads from scratch
35 Rebuild a thread from 4chan's archive.<br/>
36 Simple system that could use some additions(using 4chan's offsite archives for example)
38 ### Visible Password
39 #### Shows your 4chan post/delete password
40 * Displays your 4chan password in an inputbox.
41 * Top left is the post password, Bottom right is the delete password.
42 * Edit the input boxes to change them.
44 __Note:__ some 4chan boards don't allow custom post passwords. May require cookie manipulation, but this has not yet been tested...