JohnnyRS / PandaCrazy-Max

PandaCrazy Chrome Extension for Amazon Mturk
21 stars 8 forks source link

syntax corrections and removal of invalid khtml css #40

Closed mm2048 closed 3 years ago

mm2048 commented 3 years ago

-khtml-user-select -> invalid as far as I can tell -moz-none -> none

Took a leap on the &, didn't see a need for bitwise. = -> ===: never seen an assignment as a condition, and it works apparently.

JohnnyRS commented 3 years ago

Thanks! You are correct on the bitwise. Should have been a logical operator. Good catch on that assignment in a condition. That's a mistake. The css stuff was a copy from something else and I believe they are for firefox anyway. When I get a chance to check everything I will merge it in. Planning on fixing things up with the code sometime this week.