Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
+Txt '
Browse files Browse the repository at this point in the history
  • Loading branch information
Miala-python authored Jan 12, 2024
1 parent e29ceaf commit 47dd77f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fav.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,12 @@ if (url.hostname === "www.youtube.com" && url.pathname === "/watch") {
Appuyez sur
<button onclick="
Array.from(play_buttons).forEach(e => {
e.setAttribute("disabled", "");
e.innerHTML = "Scan en cours...";
e.setAttribute('disabled', '');
e.innerHTML = 'Scan en cours...';
});
scan_vids();">
TopBar.innerHTML = 'Scan en cours... Veuillez patienter... (Pourcentage dans le titre de la page)';
scan_vids();
">
ce bouton
</button>
pour lancer le scan.
Expand Down

0 comments on commit 47dd77f

Please sign in to comment.