shawenguan 2 년 전
부모
커밋
772e59b89d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Scripts/tglinks/tglinks.js

+ 1 - 0
Scripts/tglinks/tglinks.js

@@ -3,6 +3,7 @@
 let html = $response.body || '';
 let regex = /<a class="tgme_action_button_new shine" href="([^"]+)">([^<]+)<\/a>/;
 
+console.log("###tglinks###");
 let regex = /<div class="tgme_page_action">\s*<a class="tgme_action_button_new shine" href="([^"]+)">([^<]+)<\/a>\s*<\/div>/;
 let matches = html.match(regex);
 if (matches) {