Hello tatarime, I have some questions about your Battle Stats Ex script:
1.
Line 49
CODE
} else if (location.href.indexOf("Battle&ss=ar")!==-1 || location.href.indexOf("Battle&ss=gr") || location.href.indexOf("Battle&ss=rb")!==-1){
I think you missed "!==-1" here, should have been:
CODE
} else if (location.href.indexOf("Battle&ss=ar")!==-1 || location.href.indexOf("Battle&ss=gr")!==-1 || location.href.indexOf("Battle&ss=rb")!==-1){
2.
Can you make the script also work in ss=iw?
Thank you for this fantastic script!