Auto Delete Retweet - Twitter/X

Delete All of Your Retweets.

  1. // ==UserScript==
  2. // @name Auto Delete Retweet - Twitter/X
  3. // @name:zh-TW 自動化刪除Retweets - Twitter/X
  4. // @namespace github.com/regu-miabyss
  5. // @version 1
  6. // @description Delete All of Your Retweets.
  7. // @description:zh-TW 自動地刪除你的轉推。
  8. // @author Regu_Miabyss
  9. // @run-at document-end
  10. // @match https://twitter.com/*
  11. // @match https://X.com/*
  12. // @grant none
  13. // @license MIT
  14. // ==/UserScript==
  15.  
  16. setInterval(
  17. function() {
  18. document.querySelector('[data-testid="unretweet"]').click()
  19. document.querySelector('[data-testid="unretweetConfirm"]').click()
  20. },
  21. 15
  22. )

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址