Guest User

Untitled

a guest
Jan 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function(a, b) {
  2. try {
  3. b = new ActiveXObject(a+b+'.'+a+b).GetVariable('$version')
  4. } catch (e) {
  5. b = navigator.plugins[a+' '+b];
  6. b = b ? b.description : "";
  7. }
  8.  
  9. // return version
  10. return b.match(/\s\d+/);
  11.  
  12. }('Shockwave','Flash')
Add Comment
Please, Sign In to add comment