GTA5mods redirect to English URL

Redirects GTA5mods to English URL

  1. // ==UserScript==
  2. // @name GTA5mods redirect to English URL
  3. // @namespace Me
  4. // @version 2
  5. // @description Redirects GTA5mods to English URL
  6. // @author me
  7. // @match *://*.gta5-mods.com/*
  8. // @exclude https://www.gta5-mods.com/*
  9. // @exclude https://forums.gta5-mods.com/*
  10. // @exclude https://img.gta5-mods.com/*
  11. // @grant none
  12. // @run-at document-start
  13. // @noframes
  14. // ==/UserScript==
  15. /* jshint -W097 */
  16. 'use strict';
  17.  
  18. window.location.host = 'gta5-mods.com';

QingJ © 2025

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