@@ -37,13 +37,7 @@ The full code, using jsDelivr:
37
37
tutorial : " YOUR TUTORIAL LINK WITH HTTP(S) PROTOCOL" ,
38
38
}
39
39
</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 >
47
41
```
48
42
Alternatively, you can use our CDN:
49
43
``` html
@@ -52,15 +46,10 @@ Alternatively, you can use our CDN:
52
46
tutorial : " YOUR TUTORIAL LINK WITH HTTP(S) PROTOCOL" ,
53
47
}
54
48
</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 >
62
50
```
63
51
## Changelog
64
52
* Created on 2 September 2018 by [ PlanetCloud] ( https://github.com/PlanetTheCloud )
65
53
* 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