shawenguan vor 2 Jahren
Ursprung
Commit
772e59b89d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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) {