Advertisement
yuch4n

スプラトゥーン2ステージ情報 (Tasker)

Aug 8th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.   type:'GET',
  3.   dataType:'json',
  4.   url:'https://spla2.yuu26.com/regular/now',
  5.   success:function(data,status,xhr){
  6.     var r=data.result[0]
  7.     var f=r.rule
  8.     r.maps.forEach(function(m){
  9.       f+='\n'+m
  10.     })
  11.     f+='\n~'+r.end
  12.     flashLong(f)
  13.   },
  14.   complete:function(){exit()}
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement