tianyunperfect vor 3 Jahren
Ursprung
Commit
068a41fa0d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tmp/monkey/web-history.js

+ 1 - 1
tmp/monkey/web-history.js

@@ -12,7 +12,7 @@
 (async () => {
     function save() {
         if (window.top.location.href == window.location.href) {
-            axios.get(`https://web_history.tianyunperfect.cn/history/insert`, {
+            axios.post(`https://web_history.tianyunperfect.cn/history/insert`, {
                 "title": document.title,
                 "url": location.href,
                 "user_id": 1