Advertisement
alien_fx_fiend

Ditto Clipboard Scripts (Special Paste)

Mar 7th, 2022
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (Youtube URL converter::)
  2. clip.AsciiTextReplaceRegex("www.youtube.com/watch\\?v=", "youtu.be/");
  3.  
  4. return false
  5.  
  6. (Dropbox URL converter::)
  7. clip.AsciiTextReplaceRegex("https://www.dropbox.com/(.*)\\?dl=1", "https://dl.dropboxusercontent.com/$1");
  8. return false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement