Disable 4chan X Image Expansion on Tinyboard for now, and fix CSS so it doesn't interfere with native image expansion.

This commit is contained in:
ccd0 2017-12-25 16:03:22 -08:00
parent 6d33fa052c
commit 7719dab474
2 changed files with 3 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ span.hide-announcement {
.expanded-image > .post > .file > .fileThumb > img[data-md5] { .expanded-image > .post > .file > .fileThumb > img[data-md5] {
display: none; display: none;
} }
.full-image { .full-image[data-full-i-d] {
display: none; display: none;
cursor: pointer; cursor: pointer;
} }

View File

@ -22,6 +22,8 @@ SW.tinyboard =
'Quote Previewing' 'Quote Previewing'
'Quote Backlinks' 'Quote Backlinks'
'File Info Formatting' 'File Info Formatting'
'Image Expansion'
'Image Expansion (Menu)'
'Comment Expansion' 'Comment Expansion'
'Thread Expansion' 'Thread Expansion'
'Thread Stats' 'Thread Stats'