Skip to content

Commit

Permalink
C: Fix wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyP36 authored Nov 4, 2023
1 parent 4dc35e0 commit 18ecd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest_v3/js/autoplay+loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ let YTNonstop = function YTNonstop(options) {
const pb_Observer = new MutationObserver(Play_Pause.callback); //set play button observer
pb_Observer.observe(Play_Pause.getButton, Play_Pause.config);
// } catch(e) {
// log('Couldn't find play button; page got reloaded');
// log('Could not find play button; page got reloaded');
// window.location.reload();
// }

Expand Down

0 comments on commit 18ecd4d

Please sign in to comment.