Try to get the extension to pick up the file
This commit is contained in:
parent
7f3b6c2275
commit
03e7fbd781
|
@ -7,4 +7,7 @@
|
||||||
// @author Lukas Kucharczyk (lukas@kucharczyk.xyz)
|
// @author Lukas Kucharczyk (lukas@kucharczyk.xyz)
|
||||||
// @description Automatically redirects Hacker News links to a more modern interface at hn.premii.com.
|
// @description Automatically redirects Hacker News links to a more modern interface at hn.premii.com.
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
(function()
|
||||||
|
{
|
||||||
window.location.href='https://hn.premii.com/#/comments/' + new URLSearchParams(window.location.search).get('id')
|
window.location.href='https://hn.premii.com/#/comments/' + new URLSearchParams(window.location.search).get('id')
|
||||||
|
})();
|
Loading…
Reference in New Issue