diff --git a/new-posts.user.js b/new-posts.user.js index b8624d0..2c0f49e 100644 --- a/new-posts.user.js +++ b/new-posts.user.js @@ -156,6 +156,10 @@ } } }); + + if (window.location.hash) { + window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'; + } observer.observe(document, {attributes: false, childList: true, subtree: true});