We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da14617 commit bbc0039Copy full SHA for bbc0039
speedtest.js
@@ -121,7 +121,7 @@ document.addEventListener('click', (e) => {
121
const input = document.querySelector('.input-group input');
122
const select = document.getElementById('proxySelect');
123
if (input.value && select.value) {
124
- const proxyUrl = `https://${select.value}/${input.value}`;
+ const proxyUrl = `http://${select.value}/${input.value}`;
125
window.open(proxyUrl);
126
updateVisitCount(); // 增加访问计数
127
}
0 commit comments