Skip to content

Commit 5d63db6

Browse files
committed
Release 2.0.1
Fix #18, hopefully for ever.
1 parent 2ac5e43 commit 5d63db6

File tree

9 files changed

+16
-27
lines changed

9 files changed

+16
-27
lines changed

altervp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const AlterVP = {
5757
}
5858
};
5959
</script>
60-
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/altervp/altervp.js" type="text/javascript"></script>
60+
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/altervp/altervp.js" type="text/javascript"></script>
6161
```
6262
Alternatively, you can use our CDN:
6363
```html

change-language-link-text-changer/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The full code, using jsDelivr:
2727
var change_language_link = "your_website_url",
2828
change_language_text = "your_text";
2929
</script>
30-
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/change-language-link-text-changer/change-language-link-text-changer.js" type="text/javascript"></script>
30+
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/change-language-link-text-changer/change-language-link-text-changer.js" type="text/javascript"></script>
3131
```
3232
Alternatively, you can use our CDN:
3333
```html

change-password-link-text-changer/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The full code, using jsDelivr:
2626
var change_password_link = "your_website_url",
2727
change_password_text = "your_text";
2828
</script>
29-
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/change-password-link-text-changer/change-password-link-text-changer.js" type="text/javascript"></script>
29+
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/change-password-link-text-changer/change-password-link-text-changer.js" type="text/javascript"></script>
3030
```
3131
Alternatively, you can use our CDN:
3232
```html

cpanel-logo-to-copyright/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The full code, using jsDelivr:
4646
}
4747
4848
</script>
49-
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/cpanel-logo-to-copyright/cpanel-logo-to-copyright.js" type="text/javascript"></script>
49+
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/cpanel-logo-to-copyright/cpanel-logo-to-copyright.js" type="text/javascript"></script>
5050
```
5151
Alternatively, you can use our CDN:
5252
```html

dropdown-bug-fix/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To solve this, we need an external service which adds the correct type, like jsD
1818

1919
The full code, using jsDelivr:
2020
```html
21-
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/dropdown-bug-fix/dropdown-bug-fix.js" type="text/javascript"></script>
21+
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/dropdown-bug-fix/dropdown-bug-fix.js" type="text/javascript"></script>
2222
```
2323
Alternatively, you can use our CDN:
2424
```html

responsive-domain-search/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The full code, using jsDelivr:
3232
affCode = "AFFILIATE_CODE_HERE";
3333
*/
3434
</script>
35-
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/responsive-domain-search/responsive-domain-search.js" type="text/javascript"></script>
35+
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/responsive-domain-search/responsive-domain-search.js" type="text/javascript"></script>
3636
```
3737
Alternatively, you can use our CDN:
3838
```html

tutorial-link-changer/readme.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -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
```
4842
Alternatively, 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)
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
/*
22
* Created on 2 September 2018 by PlanetCloud
33
* Modified on 6 August 2020 by PlanetCloud
4-
* Last Modified on 30 August 2022 by Anyx
4+
* Modified on 30 August 2022 by Anyx
5+
* Last Modified on 02 September 2022 by Anyx
56
* DO NOT REMOVE CREDITS!
67
*/
78
window.addEventListener('load', function() {
8-
document.querySelectorAll('a[href^="http://tutorials.securesignup.net"]').forEach(function(element) {
9-
element.setAttribute('href', b.tutorial);
10-
});
9+
PAGE.appGroups[10].items[1].url = b.tutorial;
1110
});
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
22
* Created on 2 September 2018 by PlanetCloud
33
* Modified on 6 August 2020 by PlanetCloud
4-
* Last Modified on 30 August 2022 by Anyx
4+
* Modified on 30 August 2022 by Anyx
5+
* Last Modified on 02 September 2022 by Anyx
56
* DO NOT REMOVE CREDITS!
67
*/
7-
window.addEventListener("load",function(){document.querySelectorAll('a[href^="http://tutorials.securesignup.net"]').forEach(function(t){t.setAttribute("href",b.tutorial)})});
8+
window.addEventListener("load",function(){PAGE.appGroups[10].items[1].url=b.tutorial});

0 commit comments

Comments
 (0)