Skip to content

Instantly share code, notes, and snippets.

@Restoration
Created December 28, 2019 21:58
Show Gist options
  • Select an option

  • Save Restoration/66a34b71807251e0d31b2a7fab2c0b97 to your computer and use it in GitHub Desktop.

Select an option

Save Restoration/66a34b71807251e0d31b2a7fab2c0b97 to your computer and use it in GitHub Desktop.
Tinder自動スワイプスクリプト
auto = setInterval(function(){
let elem= document.getElementsByClassName("recsGamepad__button");
elem[3].click()
},500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment