tianyunperfect 3 лет назад
Родитель
Сommit
068a41fa0d
1 измененных файлов с 1 добавлено и 1 удалено
  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