TuxedoTako / 4chan-xt

Adds various features to anonymous imageboards.
Other
80 stars 7 forks source link

Viewing XT in TamperMonkey formatting issue #24

Closed saxamaphone69 closed 5 months ago

saxamaphone69 commented 5 months ago

image image

From what I can tell this is only on TamperMonkey and everything seems okay on ViolentMonkey.

A response from the TamperMonkey issue tracker regarding someone else commenting on the 'NL' icons, not sure if it's applicable here:

You script mixes multiple types of line endings. The start is "LF" (0x0a) only, while the rest uses "CRLF" (0x0d 0x0a). This change (line ending detection) was introduced to preserve existing line breaks on edit.

Doesn't actually break anything AFAIK, seems to be prevalent at the start of the script and before decaffeinate comments. Majority of the script doesn't have it. image

TuxedoTako commented 5 months ago

Line endings were indeed mismatched. Should be fixed in 2.4.2.

saxamaphone69 commented 5 months ago

Fixed in the metadata, everywhere else still present. image image

TuxedoTako commented 5 months ago

Entire file should be normalized to only use LF in 2.4.3.

saxamaphone69 commented 5 months ago

Looks good!