Skip to content

Commit

Permalink
fix: clictune
Browse files Browse the repository at this point in the history
  • Loading branch information
driedpampas authored Oct 11, 2023
1 parent 1fd80f1 commit 4a62ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bypasses/clictune.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class Clictune extends BypassDefinition {
seconde = 0;
Compteur();

this.helpers.awaitElement('#compteur a[href]', a => {
this.helpers.awaitElement('#compteur2 a[href]', a => {
this.helpers.safelyNavigate(new URL(a.href).searchParams.get("url"))
})
}
Expand Down

0 comments on commit 4a62ec7

Please sign in to comment.