Skip to content

Commit

Permalink
3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taknok committed Nov 2, 2022
1 parent 1e459b7 commit 328dd79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "3.6.0",
"version": "3.6.1",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"icons": {
Expand Down
2 changes: 0 additions & 2 deletions app/scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ optionManager.get().then((options) => {
let jsInitChecktimer = null;

function setEventListeners(evt) {
log('in')
function checkForJS_Finish() {
log("again")
if ( getButtons()?.offsetParent && isVideoLoaded() ) {
startLikerProcess(options);
// getBrowser().storage.onChanged.addListener(storageChangeHandler);
Expand Down
1 change: 1 addition & 0 deletions app/update_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <h1 id="title"><strong>YouTube</strong> Auto Like</h1>
<p>What's new :</p>
<ul>
<li>Update to new Youtube layout. Thank you <a href="https://github.com/Taknok/youtube-auto-like/issues/68"> NexusDarkshade</a> !</li>
<li>Fix changes after new Youtube layout. Thank you <a href="https://github.com/Taknok/youtube-auto-like/issues/72"> JoelleEmmily & Fraeksn (and also Divin1ty666 & ReiNasc)</a> !</li>
</ul>
<p>Feel free to report any bug on <a id="report-link" href="https://github.com/Taknok/youtube-auto-like">Github</a>.</p>
<div id="links">
Expand Down

0 comments on commit 328dd79

Please sign in to comment.