@xwadex/fesd 0.0.37 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -818,23 +818,35 @@ St = new WeakSet(), pi = function() {
818
818
  case "youtubeAPI":
819
819
  break;
820
820
  case "youtube":
821
+ if (!document.body.wd_youtube)
822
+ return;
821
823
  e = d(this, kt, fi).call(this);
822
824
  break;
823
825
  case "youkuAPI":
824
826
  break;
825
827
  case "youku":
828
+ if (!document.body.wd_youku)
829
+ return;
826
830
  e = d(this, xt, bi).call(this);
827
831
  break;
828
832
  case "vimeo":
833
+ if (!document.body.wd_vimeo)
834
+ return;
829
835
  e = d(this, $t, vi).call(this);
830
836
  break;
831
837
  case "bilibili":
838
+ if (!document.body.wd_bilibili)
839
+ return;
832
840
  e = d(this, Ct, yi).call(this);
833
841
  break;
834
842
  case "instagram":
843
+ if (!document.body.wd_instagram)
844
+ return;
835
845
  e = d(this, Ht, wi).call(this);
836
846
  break;
837
847
  case "tiktok":
848
+ if (!document.body.wd_tiktok)
849
+ return;
838
850
  e = d(this, Mt, Ti).call(this);
839
851
  break;
840
852
  }