allow download pics in 2nd, 3rd and 4th article from twitter

This commit is contained in:
Gary Wang
2021-03-17 23:44:34 +08:00
parent 75695f9d11
commit 4741eeabee
3 changed files with 45 additions and 20 deletions

View File

@ -11,6 +11,10 @@
</head>
<body>
<button id="download">Download</button>
<br/>
<button id="download2">2nd</button>
<button id="download3">3rd</button>
<button id="download4">4th</button>
<script src="popup.js"></script>
</body>
</html>