Better 22pixx.xyz

Just open the image - 12/16/2021, 10:03:09 AM

  1. // ==UserScript==
  2. // @name Better 22pixx.xyz
  3. // @namespace Violentmonkey Scripts
  4. // @match https://22pixx.xyz/x-o/*
  5. // @grant none
  6. // @version 1.0
  7. // @author -
  8. // @description Just open the image - 12/16/2021, 10:03:09 AM
  9. // ==/UserScript==
  10.  
  11. let href = window.location.href
  12. let noxo = href.replace('/x-o/', '/o/')
  13. let jpeg = noxo.replace(/\.jpeg\.html$/, '.jpeg')
  14. window.location = jpeg