Ashley :3
21d0d1041a
Remove noreferrer since youtube now requires referrers on embeds ( #5642 )
...
* Remove noreferer since youtube now requires referers on embeds
* Update src/invidious/views/watch.ecr
---------
Co-authored-by: Fijxu <fijxu@nadeko.net >
2026-02-23 21:36:12 -03:00
Jeroen Boersma
e7f8b15b21
Add title listen button time updates ( #5625 )
...
When switching between Listen and Watching the timestamp in the url of
the listen of watch button is now updated automatically.
This means if you switch between listening and viewing you keep in sync
with time.
2026-02-16 16:39:44 -03:00
Fijxu
ef2290c1fd
Fix channel name overflow ( #5553 )
2025-12-06 20:20:42 -03:00
shiny-comic
5cfe294063
Fix 0 view count on related videos section ( #5446 )
...
* Fix 0 view count on related videos
* Remove view_count variable since it's unused by Innertube
* Remove view_count from specs and API
---------
Co-authored-by: Fijxu <fijxu@nadeko.net >
2025-10-16 21:59:34 -03:00
Fijxu
0c13c4fab1
Prevent timestamp from being set for Livestreams on "Watch on Youtube" links ( #5481 )
2025-10-16 17:32:01 -03:00
Fijxu
f9cf70f9d7
Add default playlist preference ( #5449 )
...
* Add default playlist preference
Closes https://github.com/iv-org/invidious/issues/5421
* Add option to set default playlist to none
* Move it to player preferences
2025-09-11 11:05:09 -03:00
Samantaz Fox
b0c7dd9771
HTML: Replace hidden 'action' input with query parameter
...
The server side can only handle parameters passed as URL query
parameters and not inside the request body
2024-10-29 22:14:27 +01:00
Samantaz Fox
7e4b3b182a
Routes: Simplify actions in playlist_ajax
2024-10-29 18:09:50 +01:00
syeopite
f66068976e
Ameba: Fix Naming/PredicateName
2024-08-21 02:43:08 -07:00
Samantaz Fox
80ffc442f2
HTML: Add rel="noreferrer noopener" to external links ( #4667 )
...
Note: Does not add rel="noreferrer noopener" to:
* links in channel description
* links in video descriptions
* links in video comments
Related to issue 4267
2024-08-11 13:35:57 +02:00
ulmemxpoc
c4fec89a9b
Apply suggestions from code review
2024-05-10 11:23:11 -07:00
Fijxu
9d66676f2d
Use full URL in the og:image property.
2024-05-01 22:21:18 -04:00
ulmemxpoc
f696f96824
Add rel="noreferrer noopener" to external links
2024-04-30 03:40:19 +00:00
Samantaz Fox
f32764c840
HTML: Preserve playlist in "Watch on YouTube" link ( #4342 )
...
It seems that at some point, Youtube changed the URL parameter from `plid`
to `list` and we didn't notice. This fixes that.
Closes #3929
2024-02-12 22:23:44 +01:00
guidiasz
87a8207f37
fix: "Watch on YouTube" preserve current playlist
2023-12-18 13:23:55 -03:00
ChunkyProgrammer
f1edb1d6bf
fix related video author when id is empty
2023-12-07 09:39:33 -05:00
Samantaz Fox
2a65b5f52e
Frontend: Add video timestamp on external links ( #4101 )
2023-10-21 18:31:42 +02:00
ChunkyProgrammer
e3c365f3d6
Add support for post page
2023-09-18 20:10:41 -04:00
Samantaz Fox
58f4a012b7
Frontend: Add timestamp on switch invidious instance links
2023-09-14 22:28:07 +02:00
Samantaz Fox
2456b62936
Frontend: Add timestamp on invidious embed links
2023-09-14 22:27:36 +02:00
Samantaz Fox
792a999386
Frontend: Add timestamp on youtube+embed links
2023-09-14 22:26:36 +02:00
Samantaz Fox
9b75f79fb5
HTML/CSS: Add thumbnail placeholder in thin mode
...
This change is required to make the overlay buttons functional
(add to and delete from playlist, mark as watched, etc.)
2023-07-08 21:33:59 +02:00
Samantaz Fox
06b2bab795
HTML: Fix thumbnails of related videos (watch page)
2023-07-08 20:48:37 +02:00
Samantaz Fox
411208bbd2
HTML: Reorder buttons on the channel and watch pages
2023-07-08 20:48:36 +02:00
ChunkyProgrammer
1da00bade3
implement code suggestions
...
Co-Authored-By: Samantaz Fox <coding@samantaz.fr >
2023-04-02 16:31:59 -04:00
ChunkyProgrammer
a3da03bee9
improve accessibility
2023-03-27 22:56:29 -04:00
Samantaz Fox
8a44bd11d2
Videos: Fix 0 views and empty license field ( #3557 )
2023-03-20 19:15:12 +01:00
ChunkyProgrammer
ffcc837c2a
remove music license
2023-03-12 18:50:01 -04:00
ChunkyProgrammer
d8e23d34b6
add song title for music tracks
2023-03-07 11:38:09 -05:00
techmetx11
4ac263f1df
Replace == with empty?
2023-02-26 14:01:08 +01:00
techmetx11
8eca5b270e
Video: Fix 0 views, and empty license field
2023-02-26 14:01:08 +01:00
techmetx11
caf9520c86
Major improvements
2023-01-22 00:12:04 +01:00
techmetx11
fe5b81f2c3
Add support for multiple songs
2023-01-16 14:04:20 +01:00
techmetx11
1b5fbfc13e
Video: Add support for the music section
2023-01-14 13:16:20 +01:00
Samantaz Fox
72cf49eda1
Remove twitter:site meta tag from watch view ( #3361 )
2022-10-25 20:41:30 +02:00
thecashewtrader
1e96206b0b
Remove twitter:site meta tag from watch view
2022-10-25 15:49:45 +05:30
thecashewtrader
6ea3673cf0
Move uploader channel name to og:site_name
2022-10-13 21:44:16 +05:30
thecashewtrader
ffb42a9b23
Add channel name to embeds
2022-10-08 15:13:02 +05:30
Samantaz Fox
7df176d750
Keep listen mode after related video click ( #3160 )
2022-09-11 15:32:14 +02:00
Samantaz Fox
eb226e1dcf
Remove all backend code related to dislikes
2022-07-04 22:24:23 +02:00
138138138
de74056925
Keep listen mode after related video click
...
When clicking the related videos, listen mode will be kept by passing listen=true/listen=false on the URL.
2022-06-22 20:09:29 +08:00
Samantaz Fox
2313ca8f72
Merge pull request #3084 from AHOHNMYC/js-helpers-polyfills
...
JS refactoring part 2: helper functions, poyfills
2022-06-09 00:30:34 +02:00
meow
a402128a7d
Move _helpers.js include from various .ecr's into template.ecr head tag
2022-06-05 21:19:59 +03:00
Émilien Devos
4ae77bcef9
Remove rating display from the frontend
2022-06-04 15:39:04 +02:00
Émilien Devos
e84416e56d
Remove dislikes icon ( #3092 )
2022-06-04 12:58:34 +02:00
meow
1097648f0a
Fix HTML validation. This is how browser really split tags
2022-05-17 10:09:01 +03:00
meow
7dd699370f
js code rewrite. Created _helpers.js with XHR and storage wrapper
2022-05-06 04:46:59 +03:00
Samantaz Fox
f5fb4c6c64
Apply 2859.diff
2022-05-01 21:10:43 +02:00
Émilien Devos
595c3fb833
Revert "Youtube verification badge" ( #3070 )
2022-04-30 23:42:38 +02:00
Samantaz Fox
1d25c55c0b
Merge pull request #2859 from jonas-w/verified-badge
...
Youtube verification badge
2022-04-30 18:54:38 +02:00