Skip to content

Commit

Permalink
#133 & #126 "Mark as watched"-Button no longer visible (#135)
Browse files Browse the repository at this point in the history
Not a pretty fix nor great UX, but at least it works for now
  • Loading branch information
OsaSoft authored Apr 25, 2023
1 parent f0c9516 commit 7a7853e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pages/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ <h1>Thanks for using Better Subscriptions for YouTube&trade;!</h1>
<h2>What's new in version 0.17.3?</h2>
<ul>
<li>Fixed shorts not being marked as watched automatically upon viewing (if setting is enabled).</li>
<li>
Fixed YT UI update breaking the "Mark as watched" overlay on both the subscriptions and channel videos pages.<\br>
Not the prettiest fix, but it works for now. Since I don't have access to the old overlay, not sure
what the impact on that will be (most likely the button visible at all times, not just on hover).
</li>
</ul>

<h2>Want to help?</h2>
Expand Down
2 changes: 1 addition & 1 deletion subs.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.subs-btn-mark-watched {
display: none;
/*display: none;*/
width: 24px;
background-image: url('images/markwatched.svg'), /*works in Firefox*/ url('chrome-extension://__MSG_@@extension_id__/images/markwatched.svg'); /*works in Chrome*/
background-size: cover;
Expand Down

0 comments on commit 7a7853e

Please sign in to comment.