22Pixx.xyz Ads remove

Alter The Url on the GO

  1. // ==UserScript==
  2. // @name 22Pixx.xyz Ads remove
  3. // @namespace Notlaxydope
  4. // @version 0.1
  5. // @description Alter The Url on the GO
  6. // @author laxydope
  7. // @match https://22pixx.xyz/x*
  8. // @require http://code.jquery.com/jquery-latest.js
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. location.pathname = location.pathname.replace(/^\/x-o\//, "/y-o/");