This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if application "Spotify" is running and application "iTunes" is not running then | |
tell application "Spotify" | |
if player state is stopped then | |
set display to "No Track Playing" | |
else | |
set track_artist to artist of current track | |
set track_name to name of current track | |
set track_duration to duration of current track | |
set seconds_played to player position | |
set state to "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$ip_ads = array( | |
array(16777472, 16778239), | |
array(16779264, 16781311), | |
array(16785408, 16793599), | |
array(16842752, 16843007), | |
array(16843264, 16859135), | |
array(16908288, 16909055), | |
array(16909312, 16910335), | |
array(16910592, 16941055), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
编号 代码 命令分解 命令 | |
//switchtabpos switch tab pos 更改底部功能按钮位置的命令 | |
//multiwebview multi web view 微信多窗口显示命令 | |
//opentrace open trace 打开跟踪 | |
//getfpkey get fp key 得到手机基本信息 | |
//pickpoi pick poi 定位当前位置 | |
//fullexit full exit 完全退出微信 | |
//testwaitsms test wait sms 测试验证手机号码 | |
//sightinfo sight info 打开查看小视频参数 | |
//testsetpageowner test set page owner 检测你是否拥有页面的所有权 |