You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if it was also within 4chan XT. I suppose the ws_style variable could be used (it's in the <head>), or the internal board list within 4chan X that checks if a board is nsfw. Ideally though, the ws/nws class is added to html like the other helper classes (index, yotsuba-b) are.
The text was updated successfully, but these errors were encountered:
- Removed the css for the header for widths above 1300px, because it was preventing long custom navigation lists from
wrapping. [#120](#120) I don't know what the purpose was of the different
style, the commit where that was added isn't really descriptive: c396db4? So let me
know if I broke something.
- Limit subject input to 100 characters. [#128](#128)
- Added ws and nsw classes for work safe and not work safe boards.
[#129](#129)
- Using shift click to hide a post no longer selects half the page.
[#131](#131)
- The file select dialog for the settings import will only show json files.
More so for feature parity, in the native 4chan extension, a class is added to the
body
to indicate if a board is worksafe (ws
) or not worksafe (nws
).I believe it's around here: https://github.com/4chenz/ChanTracking0/blob/master/javascripts/extension.js#L9353
and I do the same (poorly) in my sidedish userscript: https://github.com/saxamaphone69/ss21/blob/main/sidedish.user.js#L247
Would be nice if it was also within 4chan XT. I suppose the
ws_style
variable could be used (it's in the<head>
), or the internal board list within 4chan X that checks if a board is nsfw. Ideally though, the ws/nws class is added tohtml
like the other helper classes (index
,yotsuba-b
) are.The text was updated successfully, but these errors were encountered: