This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
1. Open https://www.instagram.com/accounts/activity?followRequests=1 | |
2. Open console and paste this code | |
Refs: https://stackoverflow.com/q/10351658 | |
**/ | |
function findButtonByTextContent(text) { | |
var result = [] | |
var buttons = document.querySelectorAll('button'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!--[if lt IE 9]> | |
<script src="http://static.tumblr.com/0nxdyrj/6zenchlfy/html5shiv.min.js"></script> | |
<![endif]--> | |
<!-- Charset --> | |
<meta charset="UTF-8"> | |
<!-- Title --> |