File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
"description" : " Don't waste any more time doing manual tasks on Tinder. Autopilot will do it for you." ,
11
11
"manifest_version" : 2 ,
12
12
"update_url" : " https://clients2.google.com/service/update2/crx" ,
13
- "version" : " 2.6.1 " ,
13
+ "version" : " 2.6.2 " ,
14
14
"author" : " A Lonely Coder" ,
15
15
"background" : {
16
16
"scripts" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tinder-autopilot" ,
3
- "version" : " 2.6.1 " ,
3
+ "version" : " 2.6.2 " ,
4
4
"description" : " Don't waste any more time doing manual tasks on Tinder. Autopilot will do it for you." ,
5
5
"main" : " src/index.js" ,
6
6
"repository" : " https://github.com/Geczy/tinder-autopilot.git" ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Swiper {
51
51
document . getElementById ( 'matchCount' ) . innerHTML =
52
52
parseInt ( document . getElementById ( 'matchCount' ) . innerHTML , 10 ) + 1 ;
53
53
logger ( "Congrats! We've got a match! 🤡" ) ;
54
- document . querySelector ( '.itsAMatch button' ) . click ( ) ;
54
+ document . querySelector ( '.itsAMatch > div > button' ) . click ( ) ;
55
55
return true ;
56
56
} ;
57
57
You can’t perform that action at this time.
0 commit comments