Autoclick Download Button journaldupirate.net

try to take over the world!

  1. // ==UserScript==
  2. // @name Autoclick Download Button journaldupirate.net
  3. // @namespace https://gf.qytechs.cn/fr/users/11667-hoax017
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author Hoax017
  7. // @match https://www.journaldupirate.net/go_to/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. if(document.querySelector('input[value="Continuer pour voir le lien"]')) {
  14. document.querySelector('input[value="Continuer pour voir le lien"]').click()
  15. }
  16.  
  17. if (document.querySelector('div.alert a')) {
  18. var link = document.querySelector('div.alert a')
  19. link.href = link.href.replace(/(\?|&)af=\d+/,'').replace(/(\?|&)aff_id=\d+/,'')
  20. }
  21. })();

QingJ © 2025

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