2

local script to redirect

  1. // ==UserScript==
  2. // @name 2
  3. // @namespace
  4. // @version 0.2
  5. // @description local script to redirect
  6. // @author You
  7. // @license MIT
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=fastspring.com
  9. // @match http://exhentai.org/g/*
  10. // @match http://e-hentai.org/g/*
  11. // @match http://g.e-hentai.org/g/*
  12. // @match http://r.e-hentai.org/g/*
  13. // @match http://exhentai55ld2wyap5juskbm67czulomrouspdacjamjeloj7ugjbsad.onion/g/*
  14. // @match https://exhentai.org/g/*
  15. // @match https://e-hentai.org/g/*
  16. // @match https://g.e-hentai.org/g/*
  17. // @match https://r.e-hentai.org/g/*
  18. // @grant none
  19. // ==/UserScript==
  20.  
  21. (function() {
  22. 'use strict';
  23. window.location.href ="http://192.168.1.155:8081/autotask/"+window.location.href;
  24.  
  25.  
  26. })();