β™‘ bombameme β™‘ ([personal profile] exomeme) wrote2018-03-27 02:09 am

part three hundred and fifty six

happy birthday kim junmyeon!
happy birthday byun baekhyun!
happy birthday oh sehun!
#6YearsWithExo!

Please do not post pictures using table codes!
Please use <img src=""> for phone anons!
(and label links!)

• ip logging is off
• anon is on
• stay anon
• do not spam
• no ex-members talk
• obvious wank baits will be deleted

links post
glossary/wiki
mod alert post

memesncjfyeahstranslators

watch πŸ“ΊπŸŽ™ blooming days!

last page | flat view | last comment

(Anonymous) 2018-05-28 12:43 pm (UTC)(link)
meme help pls;; my google kept crashing and i ended up reinstalling, but i lost my imagus sieve codes that memesearch anon gave us. now i can't preview youtube videos and /photo/1 links. does anyone have them saved?

(Anonymous) 2018-05-28 09:05 pm (UTC)(link)
link
^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|v\/|watch\?v=|watch\?.+&v =))((\w|-){11})(?:\S+)?$
url
https://www.googleapis.com/youtube/v3/videos?part=snippet&id=$1&key=AIzaSyBQFXxHIiBi_3U6i8Y8cJo4LV8rqAcRuvE
res
:
return [$._.match(/"high": {\s+"url": "([^"]+)/)[1], $._.match(/"title": "([^"]+)/)[1] + '\n' + ($._.match(/"description": ""([^"]+)/) ? '' : $._.match(/"description": "([^"]+)/)[1])];

i have this for youtube

img
^o\.twimg\.com/2/proxy\.jpg\?(?:[^&]+&)*?t=([^&]+).*
to:
return decodeURIComponent(window.atob($[1].replace(/_/g, '/')).replace(/^[^h]*(https?:\/\/[^\/]+\/([\w\-.~:/?#\[\]@!$&'()*+,;=]|%\d\d)+).*/, '$1'))

maybe this for twitter? i have several twitters for some reason... you'll have to tell me if this works lol

(Anonymous) 2018-05-29 12:01 am (UTC)(link)
hi anon thank you so much. i also have the twitter one. sometimes it works sometime it's doesn't. idky

the youtube one wasn't showing video so i ended using this one

link
^(?:m\.|gaming\.)?youtu(?:be(?:-nocookie)?(?:\.googleapis)?\.com/(?:#/)?(?:[^?/]+\?&?(?:(?!v =)[^=]+=[^&]+&)*?(?:v=|u=%2Fwatch%3Fv%3D)|embed/|v/|watch/)|\.be/)([\w-]{11}).*


url
https://www.youtube.com/get_video_info?video_id=$1


res
:
var e, o={}, f={}, d=decodeURIComponent;
try{
$._.split('&').forEach(function(i){ i=i.split('='); o[i[0]] = d(i[1]) });
o.url_encoded_fmt_stream_map.split(',').forEach(function(i){
var u=i.match(/url=([^&]+)/), t=i.match(/itag=(\d+)/);
f[t[1]] = d(u[1])
})
e = f[37] || f[22] || f[18] || f[59] || f[78] || f[46] || f[45] || f[44] || f[43];
return e ? e + '#mp4' : e
}catch (ex){}