Browse Source

fix my mistake - 2

Front 3 năm trước cách đây
mục cha
commit
9844db62e3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Extensions/UserScript/Return Youtube Dislike.user.js

+ 1 - 0
Extensions/UserScript/Return Youtube Dislike.user.js

@@ -19,6 +19,7 @@ function cLog(text, subtext = '') {
   console.log(`[Return Youtube Dislikes] ${text} ${subtext}`);
 }
 
+function doXHR(opts) {
   if (typeof GM_xmlhttpRequest === 'function') {
     return GM_xmlhttpRequest(opts);
   }