diff --git a/docs/10_Bridge_Specific/Furaffinityuser.md b/docs/10_Bridge_Specific/Furaffinityuser.md new file mode 100644 index 00000000..5c3d1259 --- /dev/null +++ b/docs/10_Bridge_Specific/Furaffinityuser.md @@ -0,0 +1,22 @@ +# FuraffinityuserBridge + +## How to retrieve and use cookie values +--- + + The following steps describe how to get the session cookies using a Chromium-based browser. Other browser may require slightly different steps. Keyword search "how to find cookie values" in your favorite search engine. + +### Retreiving session cookies. + +- Login to Furaffinity + +- Open DevTools by pressing F12 + +- Open "Application" + +- On the left side, select "Cookies" -> "Furaffinity.net" + +- There will be (at least) two cookie informations in the main window. You need the values of the "a" key and "b" key + +### Configuring RSS-Bridge + +- Copy/Paste the values from cookies "a" and "b" into their respective fields in the bridge config and generate the feed \ No newline at end of file