PSA =
init: ->
if g.SITE.software is 'yotsuba' and g.BOARD.ID is 'qa'
announcement = {innerHTML: "Stay in touch with your /qa/ friends!"}
el = $.el 'div', {className: 'fcx-announcement'}, announcement
$.onExists doc, '.boardBanner', (banner) ->
$.after banner, el
if 'samachan.org' of Conf['siteProperties'] and 'samachan' not in Conf['PSAseen']
el = $.el 'span',
{innerHTML: "Looking for a new home?
Some former Samachan users are regrouping on SushiChan.
(a message from 4chan X)"}
Main.ready ->
new Notice 'info', el
Conf['PSAseen'].push('samachan')
$.set 'PSAseen', Conf['PSAseen']