- Location
- Voidbetweenstars
uh I think it wants us to beat it into the ground.
I'm new to the forums, how does one go about setting things so invisitext automatically shows? And does it give an indication that it is invisitext when shown automatically other than context?Lots of invisitext, by the way, for those who don't have it automatically shown
The next-to-last invisitext line was Ruki. But the last line doesn't sound like her, and is presumably after Ruki left the room. Who is speaking? The only one I can think of would be Madoka, but Homura's not insane enough to be hearing her, and it's not in pink (though the invisitext would override that, so that isn't a guarantee).
Nagisa leaps to her feet, searching the room for the source of the voice, and finding the Bunnycat sitting on the altar.
That devil has no right.
You put your gun away, unsure when you drew it, and relieved to see that Nagisa hasn't noticed.
He's going for a more aggressive pitch, it seems--he expects her to fold quickly.
Noi.
Nagisa doesn't appear to have quite processed his words, instead just staring at him, "…Are…are you an angel?"
If you say nothing in turn, she will almost certainly contract, giving you a new ally. Kyubey will shift his evaluation of you, and be less likely to trouble you.
"Fuck you, bastard!"
"He's no angel. Just an alien." You call him out in spite of yourself, anger burning quietly, and he turns to look at you quietly. Unreadable, as always.
"Yes. She was looking for Kyouko, and I thought she may have come here."
Wo ist eine lange Nadel?
Nagisa perks up, "There someone else was looking for Kyouko? I thought I heard someone in the hall, earlier. Perhaps that was her?"
Nanoha turns instantly at the sound, and leaps away, spinning to face you with Raising Heart sweeping into a firing position. A faint pink light begins to glow in front of her device, and you raise your shield in response, beginning to turn it with magic.
Wo ist eine kurze Nadel?
Then she stops, relaxing as she recognizes you, and you do the same.
You feel an overwhelming hatred for it. A black, consuming hate that you have never felt for anything. Not for Kyubey, not for Oriko, not even for Walpurgisnacht.
Tick-Tock
This is no traitor, enemy, or obstacle.
KILL
This is an abomination.
Actually... they're from Noi!, the Clara Dolls' insert song in Rebellion. That said, that's probably where Noi! got them from.Where is a short needle? - Lyrics from Hail the Nutcracker Queen according to a google search
There are 5 Clara dolls existing in this timeline.
The Clara dolls can retain memories across timelines.
I will not answer at this time.There are 15 Clara dolls existing in this timeline.
There are 14 Clara dolls existing in this timeline.
There is more than one Clara doll existing in this timeline.
Well, I appreciate you telling us that.
Yeah, I've done that quite a lot. Less lately, but it's sometimes needed.
I use an extension that lets me modify the CSS of sites that I view (Stylus). I've set it up so that all invisitext shows up as red text on a black background, so it's painfully obvious where it is, and in no way is confused with regular text. I put it together about 3 days after I first joined the forums, as that's as long as my patience for invisitext lasted.I'm new to the forums, how does one go about setting things so invisitext automatically shows? And does it give an indication that it is invisitext when shown automatically other than context?
I'm not sure. Of the five lines I quoted, the first four sound like Ruki. Even if she can't understand German, she would recognize Homura's name.There's more invistext than that - and whoever that last line is they were there for awhile. The first and third are the ones that seem to be the same speaker. Everyone started showing up when Kyubey did.
On the one hand, I agree on the terminology for Kyuubey. On the other hand, I really can't buy that Kyouko's been here the whole time and nobody noticed. Even when we have Ruki dropping into invisitext, she doesn't indicate she notices any new people showing up.So I'm going to hope that Kyouko actually is here rather than Homura hallucinating. Because she's the one that would be using that terminology.
I'm still not convinced it's real Kyouko, but I could kinda believe a hallucinated Kyouko. We have encountered a dream Kyouko before, after all.So that mysterious line that we're sure aren't Ruki? If it's a hallucination it isn't Madoka because I think it's been around longer than that.
It may be Kyouko though - especially if she remembered that Nagisa was coming by.
Oh, good, we did actually do a supply raid. And I need to look at the inventory spoilers.
Meanwhile, the Meta. This is very interesting, and suggests... something... I wish we had time to examine Homura's soul gem right now. I suspect an active symbol on it that wasn't there before.A Bond has Transcended Time.
That which is Lost can be Regained. The End is the Beginning.
Witness the Rebirth of Death.
OK, the first time through, this bit of text only said "LIAR". As such, I kept wondering how people figured out which Clara doll this was supposed to be, as it sounded like commentary rather than naming. But now I know. And Hyperblade provides a decent bit of extra info on the matter.
Speaking of which...Reds WILL be given, but not now. Blue isn't there to provide spoilers, but to help with exploration and address misunderstandings.
Is it still working for you, and if so, what's the code snippet look like for you?I use an extension that lets me modify the CSS of sites that I view (Stylus). I've set it up so that all invisitext shows up as red text on a black background, so it's painfully obvious where it is, and in no way is confused with regular text. I put it together about 3 days after I first joined the forums, as that's as long as my patience for invisitext lasted.
Oh, speaking of which, I'd almost forgotten: XF2 has a built-in invisitext revealer. The little eye icon at the top of the post can be clicked to create black censor bars over invisible text that reveal the text when you hover over them.Is it still working for you, and if so, what's the code snippet look like for you?
The invistext revealing userstyle I have stopped working when XF2 hit.
span[style*="transparent" i] {
color: red !important;
background-color: black;
}
I'm not sure. Of the five lines I quoted, the first four sound like Ruki. Even if she can't understand German, she would recognize Homura's name.
I've been using this one, which is broken right now.Oh, speaking of which, I'd almost forgotten: XF2 has a built-in invisitext revealer. The little eye icon at the top of the post can be clicked to create black censor bars over invisible text that reveal the text when you hover over them.
The CSS rule that I'd used was:
Code:span[style*="transparent" i] { color: red !important; background-color: black; }
It still works fine for me.
Yeah, that is way more CSS than is necessary. Nothing on the site is going to use invisitext other than users, which is applied by a style on a <span>, so that's all you need to override. Also, I use Stylus, so all the @moz-document wrapper stuff is handled in a less intrusive way.I've been using this one, which is broken right now.
https://userstyles.org/styles/127336/revisitext-sb-sv-qq
Seems that the linked one goes highly specific with what it targets, and the names of some of the CSS classes have changed with XF2.
I'm using Stylus too. I just use that particular script because I was using it before I switched from Stylish to Stylus.Yeah, that is way more CSS than is necessary. Nothing on the site is going to use invisitext other than users, which is applied by a style on a <span>, so that's all you need to override. Also, I use Stylus, so all the @moz-document wrapper stuff is handled in a less intrusive way.
The above line (#1), which was in invisitext, was not spoken by Ruki.1) "You can do this, Homura. I'm here for you. Don't give up, and don't hold back."
The above line, which was in invisitext, was not spoken by Ruki.
The above line #2, which was heard just prior to the referenced invisitext speech (#1), is somewhat related to the individual who said the invistext speech (#1).2) Tick-tock. Tick-tock. Tick-tock.
The above line #2, which was heard just prior to the referenced invisitext speech (#1), is related to the individual who said the invisitext speech (#1).
Line #1, above, was not something that Homura could only 'hear' because Akemi Madness was active.Oh... And I just noticed the Active Effects. Of particular note, Akemi Madness is currently active, which I hadn't realized. That's interesting, and suggests a connection to the above stuff.
Line #1, above, was something that Homura could only 'hear' because Akemi Madness was active.
Ok how about attempted diplomacy instead since walking away is not a option?