diff --git a/src/Miscellaneous/PSA.coffee b/src/Miscellaneous/PSA.coffee index b4b747dd8..9d9da56cf 100644 --- a/src/Miscellaneous/PSA.coffee +++ b/src/Miscellaneous/PSA.coffee @@ -7,13 +7,3 @@ PSA = el = $.el 'div', {className: 'fcx-announcement'}, announcement $.onExists doc, '.boardBanner', (banner) -> $.after banner, el - - site: -> - if location.hostname is 'samachan.org' - $.onExists doc, '.navbar', (navbar) -> - link = $.el 'a', - href: 'https://sushigirl.us/yakuza/res/776.html' - target: '_blank' - rel: 'noopener' - textContent: 'Looking for a new home? Some users are regrouping on SushiChan. (a message from 4chan X)' - $.add navbar, [$.el('br'), link] diff --git a/src/main/Main.coffee b/src/main/Main.coffee index 246b57a8d..0e79a5d73 100644 --- a/src/main/Main.coffee +++ b/src/main/Main.coffee @@ -125,8 +125,6 @@ Main = for key, val of Conf Conf[key] = items[key] ? val - try - PSA.site() Site.init Main.initFeatures upgrade: (items) ->