Advertisement
kliment

Untitled

May 21st, 2020
1,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        Redirect twitter to threadreader
  3. // @namespace   Violentmonkey Scripts
  4. // @match       *://twitter.com/*/status/*
  5. // @grant       none
  6. // @version     1.0
  7. // @author      Kliment
  8. // @run-at      document-start
  9. // @description 4/4/2020, 9:57:40 AM
  10. //
  11. // ==/UserScript==
  12.  
  13.  
  14.  
  15. window.location = window.location.href.replace(/twitter\.com\/.*\/status\/(\d+).*/i,"threadreaderapp.com/thread/$1.html");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement