[PC Script] Expedition and Job Progress Bars
4 months ago
BACCY
57 Total Respect
BACCY
57 Respect
4 months ago
Last Edited 16/02/2025, 19:16:45
Responses
4 months ago
DAVEOGIS
2 Total Respect
DAVEOGIS
2 Respect
4 months ago
This is a good one
4 months ago
OLUMAN001
3 Total Respect
OLUMAN001
3 Respect
4 months ago
Nice one๐
4 months ago
CESTBON
-140 Total Respect
CESTBON
-140 Respect
4 months ago
Nice one๐
Last Edited 11/11/2024, 05:53:22
4 months ago
HUSKYSGT
1 Total Respect
HUSKYSGT
1 Respect
4 months ago
Nice script. But seems to be a bit buggy. It is showing a lot more texts than it should. And idk the cause.
Last Edited 11/11/2024, 06:10:37
4 months ago
HUSKYSGT
1 Total Respect
HUSKYSGT
1 Respect
4 months ago
Nice script. But seems to be a bit buggy. It is showing a lot more texts than it should. And idk the cause.
HUSKYSGT - 11/11/2024, 06:07:37
Welp, seems like the issue is related to perference setting. After I disabled help box and refreshed a few times it is normal.
4 months ago
PUREVIRGINPULP
7 Total Respect
PUREVIRGINPULP
7 Respect
4 months ago
I love this! :)
4 months ago
ANGEL
-3 Total Respect
ANGEL
-3 Respect
4 months ago
Hey, suggest Job can short to 1 word, because it would fancy for mobile view
4 months ago
BACCY
57 Total Respect
BACCY
57 Respect
4 months ago
Hey, suggest Job can short to 1 word, because it would fancy for mobile view
ANGEL - 13/11/2024, 05:49:05
Sorry, but since it's not designed for mobile, I'm going to leave it as it is since I'm busy working on something else at the moment. You can change displayJobType and/or displayExpeditionLocation to false within the options in the top of the script and it will make it so that it doesn't display the names, but just "Job" and "Expedition" instead.
You could also go into the addJobProgressBar function and look for the code below and change 'Job' to another word or leave it as '', which will display only the bar. The same would work for the addExpeditionProgressBar function.
if (!displayJobType) {
locationText2 = 'Job';
}
I might look at making it more suitable for mobile later on if no one else does, but I've quite a lot other stuff to work on.
4 months ago
3RDN4
2 Total Respect
3RDN4
2 Respect
4 months ago
Looks amazing on both pc and android (Ms edge browser). Thanks for the effort ๐ช
4 months ago
BACCY
57 Total Respect
BACCY
57 Respect
4 months ago
Hey, suggest Job can short to 1 word, because it would fancy for mobile view
ANGEL - 13/11/2024, 05:49:05
It's mostly untested, but I added a mobile version to the top of the post.
This script adds progress bars for your job and expeditions. This latest version should work fine on PC and mobile with the new UI, tested with Tampermonkey on PC and Kiwibrowser + Violentmonkey on android.
Update: Added a variable called progressBarsFirst which is in the settings section at the top of the script. If you play on mobile or with a small window on PC and prefer the progress bars above rep, money and points bars, you can change that variable from false to true. The screenshots below are with it set to true.
You can customize the colors at the top of the script. You can also change if a decimal is shown and how many numbers. Entering a color for the variable 'flashColorOn100Percent' will make a bar flash between it and the fill color when progress is at 100%. As explained above, changing the variable 'progressBarsFirst' from false to true will change the placement to what is shown in these screenshots.
On PC, you can hover over the bars to see the location and finish time.
Script Link - Greasy Fork