Skip to content

Commit

Permalink
Update audiplay.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 24, 2024
1 parent ea2f0be commit 94edc07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions audiplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,10 @@ function ap_download(element) {
link.click();
document.body.removeChild(link);
}

document.addEventListener('DOMContentLoaded', function () {
var cdnUrl = 'https://sopplayer.sh20raj.com/plugin.js';
var script = document.createElement('script');
script.src = cdnUrl;document.head.appendChild(script);
});

0 comments on commit 94edc07

Please sign in to comment.