Credit goes fully to Oceane [3148330]
But here's a fix that works.
Open the script and find the section...
"Function addTooltips(){"
Now look for these...
Make the following changes....
.sections___tZPkg -- becomes --> .sections___IVEqp
.scenario___msSka -- becomes --> .scenario___DtvAZ
Save, reload, refresh, close browser/app... whatever...
And it should work.
Edit:
To get the recipes back... Go to this section of the code (search "Const hoverTarget")
Change lines 3959 and 3960 to this...
const hoverTarget = section.querySelector('.crimeOptionSection___FL3HG.flexGrow___AYYE7.titleSection___OcF53');
const iconTarget = section.querySelector('.titleAndScenario___LGa1f'); // ✅ Only this small clickable area
And it should work!
Once again, full credit goes to Oceane [3148330]
Edit: This works for Browser (chrome)... I can't get it to work for PDA. Would appreciate if someone can provide a fix to that!
Edit 2: Check some of the next few replies on this and the next page for compiled scripts that you can download, no need to edit anything anymore.
Mentions: Oceane [3148330]