@xwadex/fesd 0.0.38 → 0.0.39
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,34 +818,34 @@ St = new WeakSet(), pi = function() {
|
|
|
818
818
|
case "youtubeAPI":
|
|
819
819
|
break;
|
|
820
820
|
case "youtube":
|
|
821
|
-
if (
|
|
821
|
+
if (document.body.wd_youtube == !1)
|
|
822
822
|
return;
|
|
823
823
|
e = d(this, kt, fi).call(this);
|
|
824
824
|
break;
|
|
825
825
|
case "youkuAPI":
|
|
826
826
|
break;
|
|
827
827
|
case "youku":
|
|
828
|
-
if (
|
|
828
|
+
if (document.body.wd_youku == !1)
|
|
829
829
|
return;
|
|
830
830
|
e = d(this, xt, bi).call(this);
|
|
831
831
|
break;
|
|
832
832
|
case "vimeo":
|
|
833
|
-
if (
|
|
833
|
+
if (document.body.wd_vimeo == !1)
|
|
834
834
|
return;
|
|
835
835
|
e = d(this, $t, vi).call(this);
|
|
836
836
|
break;
|
|
837
837
|
case "bilibili":
|
|
838
|
-
if (
|
|
838
|
+
if (document.body.wd_bilibili == !1)
|
|
839
839
|
return;
|
|
840
840
|
e = d(this, Ct, yi).call(this);
|
|
841
841
|
break;
|
|
842
842
|
case "instagram":
|
|
843
|
-
if (
|
|
843
|
+
if (document.body.wd_instagram == !1)
|
|
844
844
|
return;
|
|
845
845
|
e = d(this, Ht, wi).call(this);
|
|
846
846
|
break;
|
|
847
847
|
case "tiktok":
|
|
848
|
-
if (
|
|
848
|
+
if (document.body.wd_tiktok == !1)
|
|
849
849
|
return;
|
|
850
850
|
e = d(this, Mt, Ti).call(this);
|
|
851
851
|
break;
|