this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

modest branding.

12Me21 f693f7a0 0d3cf47a

+5 -3
+4 -2
render.js
··· 75 75 if (!url.startsWith("#")) { 76 76 url = filter_url(url, 'link') 77 77 e.target = '_blank' 78 - } 78 + } else 79 + e.target = '_self' 79 80 e.href = url 80 81 return e 81 82 }.bind(𐀶`<a href="" class='M-link'>`), ··· 273 274 if (!url.startsWith("#")) { 274 275 url = filter_url(url, 'link') 275 276 e.target = '_blank' 276 - } 277 + } else 278 + e.target = '_self' 277 279 e.href = url 278 280 return e 279 281 }.bind(𐀶`<a class='M-link M-link-custom' href="">`),
+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&rel=0&modestbranding=1` 45 + let src = `https://www.youtube-nocookie.com/embed/${this._id}?autoplay=1&rel=0` 46 46 if (this._query) 47 47 src += `&${this._query}` 48 48 this.$iframe.src = src