Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"current-replace" Custom Board Navigation suddenly only shows board letters #3423

Open
sanitysama opened this issue Dec 16, 2023 · 2 comments

Comments

@sanitysama
Copy link

2023-12-16 11_55_52-Calculator
in the pic here where there is "v a g" etc. the v should be saying Video Games, and this is currently happening on all boards, firefox or chrome. i'm using tampermonkey.

@jibarofoss
Copy link

I'm 99% sure this feature broke because of 4chan vs 4channel. The 4channel boards don't get replaced by their board names, while the 4chan ones do.

@emoose
Copy link

emoose commented Jun 1, 2024

Changing

domain: (board) ->
"boards.#{if BoardConfig.isSFW(board) then '4channel' else '4chan'}.org"

->

domain: (board) -> 
   "boards.4chan.org" 

seems to fix it, if you installed it in tampermonkey you can edit the script in there by searching for isSFW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants