good thank you
[Script] Crimes 2.0 - Pickpocket JARVIS
Started by Terekhov [2992325] on in Tools & Userscripts.
Posts archived: 188 / 188 posts (100%) · the total is Torn's reply count + the opening post at the last fetch
thanks, this works :)
Thank you :D
Great script :)
Posting update on both my script threads.
First of all - thank you to those updating the scripts! Appreciate you.
I've been gone for a while, but will be back in January. At that point I'll do a couple things:
(1) Fix the "official" URLs for the scripts
(2) Open source the scripts on Github.
What those fixing the scripts can't see, is the "official" version of both of these is in Typescript, which makes them much easier to develop and to correct errors.
I'll continue to maintain them once I'm back active in January, but open sourcing will provide the added benefit of everyone else having access to the Typescript version, AND being able to submit pull requests for features they want.
~Terek
Thanks to Tenren [3373820] in particular for helping with this one :)
Mentions: Tenren [3373820]
Did anyone tell you that you are f**king AMAZING!
I believe this is broken again.
Yepp, it got broken.
Confirmed, even with Tenren's fix. I will look at tomorrow.
v1.50 - bugfix - coloring and level selection is working again, for desktop and PDA.
Update here
There's still some wonkiness I need to iron out (boxes staying around when change to level selection happens), but I'll do that when I publish the public version next month.
Just leaving a fix that works for me on a mac using chrome (probably wont work on mobile).
You can update the setSkillLevel function as so to resolve current issues with this script:
Old
function setSkillLevel() {
currentSkillLevel = document.getElementsByClassName('slick-slide')[0].children[0].children[0].children[0].children[1].textContent;
}
Fixed:
function setSkillLevel() {
currentSkillLevel = document.querySelector("#crime-stats-panel > div > div.panelContent___zLds1.hidden___Qw474 > div.scroller___FmcXR > ul:nth-child(1) > li:nth-child(1) > button > span.value___S0RNN").textContent;
}
Steps to make the changes:
- From pickpocketing page, click tampermonkey extension icon.
- Click arrow next to Pickpocket J.A.R.V.I.S
- Click Edit in menu that drops down.
- In the code that pops up, search for the setSkillLevel function definition as above (the one marked Old)
- Replace that function with the one I have labeled as "Fixed"
- Click on the file menu option
- Click on Save
- Refresh/reload your pickpocketing page (or navigate to a new one)
- Should be fixed now.
That was fast, thanks Tinkt!
v1.51 - bugfix, someone changed the HTML in a couple places.
Thank you Terekhov, this is a useful tool!
It's not working. I'm using Chrome in Desktop.
Working fine for me in same setup. Be more specific please - screenshot is best.
Should it be working on TornPDA? I just installed it and it doesn't look like it works, though this is my first script installed, so I might be wrong
Yea, mine is working right now with 1.51, I use PDA every day. Make sure you have Injection Time set to END. That might make a difference for you.
The script doesn't work on Firefox. I have have a couple of scripts running through Greasemonkey just fine. Symptoms, no color overlays at all. Running version 1.51
not working for me on Microsoft edge, been using the last couple of weeks just fine until today
EDIT: Working fine again today!
I find it hard to see the difference between dull green and light green but otherwise it's a great thing you have created