Mephiles / torntools_extension

A browser extension for Torn.com
GNU General Public License v3.0
106 stars 60 forks source link

Bar Links no longer linking #758

Closed iarp closed 1 year ago

iarp commented 1 year ago

Firefox 115.0.1 TT 6.14.0

My Energy and Nerve bar links are no longer linking. I tried disabling and saving and then enabling and saving the associated checkbox without any luck.

Looking at the bar links code, if I try to replicate the document.find("[class*='bar__'] [class*='energy__']") within firefoxs' console I get:

document.find("[class*='bar__'] [class*='energy__']")
Uncaught TypeError: document.find is not a function
    <anonymous> debugger eval code:1

but I'm not 100% certain if document is correct in the scope of console or not. JS isn't really my thing.

Sashank999 commented 1 year ago

Torn devs changed sidebar layout yesterday leading to the break down of the following features:

All the fixes for the features have been pushed to the master branch. After being tested by our beta testers, those fixes will be packed and released to the extension stores.