Advertisement
r3c0d3x

/full_image/

May 5th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function getRawFileUrl(String domain, String board, String filename_on_server) {
  2. return domain + "/" + board + "/full_image/" + filename_on_server;
  3. }
  4.  
  5. getRawFileUrl("https://rbt.asia", "g", "1450659832892.png") // => https://rbt.asia/g/full_image/1450659832892.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement