javascript: void function() { var lJ_Phone = ["#J_Phone"], lJ_GetSmsCode = ["#J_GetSmsCode"], lJ_mobileIsReadPrivacy = ["q[class='checkbox']"]; for (i = 0; i < lJ_Phone.length; i++) { var J_Phone = document.querySelector(lJ_Phone[i]); if (J_Phone != null) { J_Phone.value = '13912345678'; break } } for (j = 0; j < lJ_mobileIsReadPrivacy.length; j++) { var J_mobileIsReadPrivacy = document.querySelector(lJ_mobileIsReadPrivacy[j]); if (J_mobileIsReadPrivacy.checked != true) { J_mobileIsReadPrivacy.checked = true; break } } for (j = 0; j < lJ_GetSmsCode.length; j++) { var J_GetSmsCode = document.querySelector(lJ_GetSmsCode[j]); J_GetSmsCode.click() } return !1 }()
PotPlayer相关链接更新
PotPlayer官网新域名
https://potplayer.tv
官方下载(Public版 多国语言正式版)
(32-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup.exe
(64-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe
【OpenCodec(64)】
(32-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v2/OpenCodecSetup.exe
(64-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v2/OpenCodecSetup64.exe
【FFmpegMininum(64).dll】
(32-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v2/FFmpegMininum.dll
(64-bit)https://t1.daumcdn.net/potplayer/PotPlayer/Codec/v2/FFmpegMininum64.dll
一键生成二维码 – 弹窗
javascript: void function() { var old_url = window.location.href; var new_url = old_url.split("?")[0]; var qr_api = 'https://ause.azurewebsites.net/?url='; var f = qr_api + encodeURIComponent(new_url); window.open(f,'QRcode','location=0,links=0,scrollbars=0,toolbar=0,width=640,height=640') }()
一键生成二维码 – 过滤参数
javascript: void function() { var old_url = window.location.href; var new_url = old_url.split("?")[0]; var qr_api = 'https://ause.azurewebsites.net/?url='; window.location.href = qr_api + new_url; }()
一键生成二维码
javascript: void function() { window.location.href = 'https://ause.azurewebsites.net/?url=' + window.location.href; }()