this repo has no description

add flags to youtube embed

12Me21 41cd015d bfa45d0a

+1 -1
+1 -1
runtime.js
··· 42 42 return 43 43 if (state) { 44 44 this._iframe = document.createElement('iframe') 45 - let src = `https://www.youtube-nocookie.com/embed/${this._id}?autoplay=1` 45 + let src = `https://www.youtube-nocookie.com/embed/${this._id}?autoplay=1&rel=0&modestbranding=1` 46 46 if (this._query) 47 47 src += `&${this._query}` 48 48 this._iframe.src = src