-
Overwrite the CSS
Set blue color to the reports which is reported by Faloop. Also replace the uid string to "Faloop!".
-
Add "Open Faloop!" link
Add integration link to the S-mob reports (exclude forgiven rebellion) which is NOT reported by Faloop.
It link and lauches Faloop App in new window with following URL.
https://faloop.app/[worldname]?mobid=[mobid]&time=[timeofdeath]
Parameter Description worldname world name in lowercase string mobid mob id in integer timeofdeath time of death in unixtime millisec. median of the candidate reports
-
Automatically open the "Report" tab, set default Time of Death and show confirmation dialog.
When Faloop is launched with mobid and time URL query parametes, it tries to open the "Report" tab, set the default Time of Death and show confirmation dialog. The user still have to confirm and submit the report manually, but it will reduce the chance or input mistakes.
https://lanaklein14.github.io/lanaklein14.github.io/hunt-faloop-integration.mp4 (deprecated)
| OS | Browser | Extension/Addon | Comment |
|---|---|---|---|
| PC | Chrome | Tampermonkey | recommend |
| PC | Firefox | Greasemonkey or Tampermonkey | recommend |
| Android | Firefox | Greasemonkey or Tampermonkey | recommend |
| PC | Chrome | User Javascript and CSS |
-
Install the prerequisite extension
- Install Tampermonkey extension to Chrome.
-
Import custom javascripts for integration
-
Click here on Chrome.
-
Click "Install" in the following confirmation window.
-
-
Install the prerequisite extension
- Install either Greasemonkey or Tampermonkey addon to Firefox.
-
Import custom javascripts for integration
-
Click here on Firefox.
-
Click "Install" in the following confirmation window. The screen shot is in case of Greasemonkey.
-
-
Install the prerequisite extension
- Install User JavaScript and CSS extension to Chrome.
-
Import custom javascripts for integration
-
Click "User JavaScript and CSS" extension "Gear" icon to open to the Top page.
-
In "Libraries" tab, add the following javascript file.
Name URL HuntFaloop https://lanaklein14.github.io/lanaklein14.github.io/HuntFaloop.user.js
-
Close the page.
-
-
Create rule for ffxiv-the-hunt.net
-
Navigate to https://ffxiv-the-hunt.net/
-
Click "User JavaScript and CSS" extension "+Add new" button.
-
Enter "//" in JS pane to enable saving. Leave the CSS pane empty.
-
Click the hamburger button (next to the save button) and check "HuntFaloop".
-
Click the save button.
-
Close the page.
-
-
Create rule for Faloop!
-
Navigate to https://faloop.app/
-
Click "User JavaScript and CSS" extension "+Add new" button.
-
Enter "//" in JS pane to enable saving. Leave the CSS pane empty.
-
Click the hamburger button (next to the save button) and check "HuntFaloop".
-
Click the save button.
-
Close the page.
-