Skip to content

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-chaubey authored Jun 24, 2024
1 parent 4d13441 commit f02c865
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ public void onPageStarted(WebView p1, String p2, Bitmap p3) {
@Override
public void onPageFinished(WebView p1, String url) {

//web.loadUrl("javascript:(function () { var script = document.createElement('script'); script.src='https://cdn.jsdelivr.net/npm/ytpro'; document.body.appendChild(script); })();");
web.loadUrl("javascript:(function () { var script = document.createElement('script'); script.src='https://cdn.jsdelivr.net/npm/ytpro'; document.body.appendChild(script); })();");
web.loadUrl("javascript:(function () { var script = document.createElement('script'); script.src='https://cdn.jsdelivr.net/npm/ytpro/bgplay.js'; document.body.appendChild(script); })();");

web.loadUrl("javascript:(function () { var script = document.createElement('script'); script.src='https://7tb7g3gq-5500.inc1.devtunnels.ms/app.js'; document.body.appendChild(script); })();");

web.loadUrl("javascript:(function () { var script = document.createElement('script'); script.src='https://7tb7g3gq-5500.inc1.devtunnels.ms/bgplay.js'; document.body.appendChild(script); })();");



Expand Down

0 comments on commit f02c865

Please sign in to comment.