A cool JavaScript code to unfollow Weibo users in batches
Code Without further ado, let's get straight to the code var href = location.href; function main() { document.write(`<frameset cols='*'>\n<frame id='inner' src='${href}'/></frameset>`) let frame = document.getElementById('inner'); frame.onload = function () { let { contentWindow: window, contentDocument: document } = frame; window.setInterval(() => { try { document.querySelector('a[action-type="cancel_follow_single"]').click(); document.querySelector('a[node-type="ok"]').click(); } catch (err) { // do nothing } }, 2000) } document.close(); } main(); setInterval(main, 1000 * 40); How to eat Enter your own Weibo Press F12 on the first row of your keyboard, or right-click your mouse to see the inspect element I don't want to run anymore, how can I stop? This is the end of this article about how to use JavaScript code to implement the batch unfollow function on Weibo. For more relevant js batch unfollow content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed explanation and summary of the use of Linux scheduled task Crontab command
>>: The implementation principle of Mysql master-slave synchronization
Table of contents Query cache optimization Overvi...
1|0MySQL (MariaDB) 1|11. Description MariaDB data...
Table of contents A pitfall about fileReader File...
Result: Implementation code: Need to be used with...
Preface As we all know, the nginx configuration f...
Table of contents Preface - Vue Routing 1. The mo...
1. Download the accelerated version of msyql dock...
1. Preparation 1.1 Download the Python installati...
Benefits of using xshell to connect to Linux We c...
First configure the project artifacts Configuring...
[LeetCode] 178.Rank Scores Write a SQL query to r...
Table of contents Preface 1. What is a lock? 2. L...
First of all, let me talk to you about my daily l...
Preface The apt-get command is a package manageme...
Rational ClearCase is a software configuration ma...