-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add Parental Control toggle to disable channel link from videos #8502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Changes from 2 commits
1c731e4
0497ad0
a7f0b0a
f1d3080
b139c94
74470c8
acbb5c7
c15d699
6ddba7a
95d9e9b
de2b341
50f7921
a90601d
5781438
b961704
c46623f
7034efc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,3 +59,8 @@ | |
| .deArrowToggleIcon { | ||
| inline-size: 1em; | ||
| } | ||
|
|
||
| .linkDisabled { | ||
| text-decoration: none; | ||
| cursor: initial; | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -673,6 +673,14 @@ Settings: | |||||
| Hide Uploader on Watch page: Hide Uploader on Watch page | ||||||
| Show Family Friendly Only: Show Family Friendly Only | ||||||
| Hide Search Bar: Hide Search Bar | ||||||
| Disable Channel Link on Videos : Disable Channel Link on Vidoes | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not copy and paste!? (key > value)
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oops, my bad! Same as above too, Disable Channel Link on Video Thumbnails? |
||||||
| Download Settings: | ||||||
| Download Settings: Download | ||||||
| Ask Download Path: Ask for download path | ||||||
| Choose Path: Choose Path | ||||||
| Download Behavior: Download Behavior | ||||||
| Download in app: Download in app | ||||||
| Open in web browser: Open in web browser | ||||||
|
Comment on lines
+675
to
+681
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am gonna guess this is from merging dev...?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I believe so
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Even if this came from a merge, the fact that it is still here means the merge wasn't clean and as those download strings no longer exist on the development branch, merging this pull request as is would add those strings back. |
||||||
| Experimental Settings: | ||||||
| Experimental Settings: Experimental | ||||||
| Warning: These settings are experimental, they may cause crashes while enabled. Making backups is highly recommended. Use at your own risk! | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this name is quite ambiguous coz I can clearly see channel links in watch page...
Need something more specific
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about something like
disableChannelLinkOnVideoThumbnail?