@@ -37,13 +37,7 @@ The full code, using jsDelivr:
3737 tutorial : " YOUR TUTORIAL LINK WITH HTTP(S) PROTOCOL" ,
3838 }
3939 </script >
40- <script type =" text/javascript" >
41- URL = " https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected] /tutorial-link-changer/tutorial-link-changer.js?id=" + new Date ().getTime () 42- script = document .createElement (' script' )
43- script .setAttribute (' type' , ' text/javascript' )
44- script .setAttribute (' src' , URL )
45- document .head .appendChild (script)
46- </script >
40+ <
script src =
" https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected] /tutorial-link-changer/tutorial-link-changer.js" type =
" text/javascript" ></
script >
4741```
4842Alternatively, you can use our CDN:
4943``` html
@@ -52,15 +46,10 @@ Alternatively, you can use our CDN:
5246 tutorial : " YOUR TUTORIAL LINK WITH HTTP(S) PROTOCOL" ,
5347 }
5448 </script >
55- <script type =" text/javascript" >
56- URL = " https://vpc.cdn.wybenetwork.com/tutorial-link-changer/tutorial-link-changer.js?id=" + new Date ().getTime ()
57- script = document .createElement (' script' )
58- script .setAttribute (' type' , ' text/javascript' )
59- script .setAttribute (' src' , URL )
60- document .head .appendChild (script)
61- </script >
49+ <script src =" https://vpc.cdn.wybenetwork.com/tutorial-link-changer/tutorial-link-changer.js" type =" text/javascript" ></script >
6250```
6351## Changelog
6452* Created on 2 September 2018 by [ PlanetCloud] ( https://github.com/PlanetTheCloud )
6553* Modified on 6 August 2020 by [ PlanetCloud] ( https://github.com/PlanetTheCloud )
66- * Last modified on 30 August 2022 by [ Anyx] ( https://github.com/4yx )
54+ * Modified on 30 August 2022 by [ Anyx] ( https://github.com/4yx )
55+ * Last modified on 02 September 2022 by [ Anyx] ( https://github.com/4yx )
0 commit comments