You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'//*[*/*/*[contains(text(), "Comment removed by moderator")]]',
where you hard-coded the english string.
I have not thoroughly investigated into your code, and I'm not sure how you could think a more general approach, since in the new design css classes are quite random, but just adding a note about it in the description would be a start.
The text was updated successfully, but these errors were encountered:
Hello @pauldraper
Thanks for this extension.
Right now, it doesn't work when the new design interface is localized in a language different from English.
E.g. In italian (my language)
Comment removed by moderator
is always written down as[rimosso]
.It seems to work fine, fine
I think the problem is here
unreddit/chrome/content.js
Line 15 in 4f22e1c
where you hard-coded the english string.
I have not thoroughly investigated into your code, and I'm not sure how you could think a more general approach, since in the new design css classes are quite random, but just adding a note about it in the description would be a start.
The text was updated successfully, but these errors were encountered: