Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function getRawFileUrl(String domain, String board, String filename_on_server) {
- return domain + "/" + board + "/full_image/" + filename_on_server;
- }
- 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