shawenguan hace 2 años
padre
commit
3f71f9e176
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Scripts/tglinks/tglinks.js

+ 3 - 0
Scripts/tglinks/tglinks.js

@@ -1,5 +1,8 @@
 
 
+if(!$response){
+    return
+}
 let html = $response.body || '';
 let regex = /<a class="tgme_action_button_new shine" href="([^"]+)">([^<]+)<\/a>/;