Skip to content

Commit

Permalink
Changed class names
Browse files Browse the repository at this point in the history
  • Loading branch information
meeeejin committed Dec 28, 2018
1 parent a20007c commit a0e28b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if (document.URL.substring(0, dsturl1.length) == dsturl1) {
if (coachSpecials.length != 0) {
for (j = 0; j < coachSpecials.length; j++) {
name = $(coachSpecials[j]).attr('class');
if (name == 'button button-02') {
if (name == 'btn_small btn_burgundy_dark val_m wx90') {
$(coachSpecials[0])[0].click();
succeed = true;
break;
Expand All @@ -136,7 +136,7 @@ if (document.URL.substring(0, dsturl1.length) == dsturl1) {
if (firstSpecials.length != 0) {
for (j = 0; j < firstSpecials.length; j++) {
name = $(firstSpecials[j]).attr('class');
if (name == 'button button-02') {
if (name == 'btn_small btn_burgundy_dark val_m wx90') {
$(firstSpecials[0])[0].click();
succeed = true;
break;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "SRT Macro",
"description": "SRT 자동 예약 매크로",
"version": "1.0.4",
"version": "1.0.5",
"permissions": [
"https://etk.srail.co.kr/"
],
Expand Down

0 comments on commit a0e28b5

Please sign in to comment.