Close #102
This commit is contained in:
parent
af21ad07bc
commit
f6d8ee29ae
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -73,7 +73,7 @@ Config =
|
||||
]
|
||||
'Indicate Spoilers': [
|
||||
false
|
||||
'Indicate spoilers if Remove Spoilers is enabled.'
|
||||
'Indicate spoilers if Remove Spoilers is enabled, or make the text appear hovered if Remove Spoiler is disabled.'
|
||||
]
|
||||
|
||||
'Linkification':
|
||||
|
||||
@ -649,6 +649,11 @@ a.hide-announcement {
|
||||
box-shadow: -5px 0 rgba(255, 0, 0, .5);
|
||||
}
|
||||
|
||||
/* Spoiler text */
|
||||
:root.reveal-spoilers s {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* Thread & Reply Hiding */
|
||||
.hide-thread-button,
|
||||
.hide-reply-button {
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
RemoveSpoilers =
|
||||
init: ->
|
||||
if Conf['Indicate Spoilers'] and !Conf['Remove Spoilers']
|
||||
$.addClass doc, 'reveal-spoilers'
|
||||
|
||||
return unless Conf['Remove Spoilers']
|
||||
|
||||
if Conf['Indicate Spoilers']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user