From 7fd268f3d7d23501f2b6b22c82914e1861d9a390 Mon Sep 17 00:00:00 2001 From: Cedrice Ermineii <65429969+ErmineII@users.noreply.github.com> Date: Wed, 5 May 2021 09:24:30 -0400 Subject: [PATCH] improve loading times by a bunch please include this in the next release. It will be a great blessing to the rickrolling community. --- new-posts.user.js | 4 ++++ 1 file changed, 4 insertions(+) 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});