XDcedar

Results 16 comments of XDcedar

Hi @claremacrae , no it's not the same. Issue 650 says the floating tooltips is blocked by Callout title, so that you are not able to read the text in...

By the way, I've tried changing the CSS style in debug tool, and I found that the `transform` keyword in CSS didn't work. Here is the code I found. ```CSS...

Oh wait, I did some more tests. It works when I disable the `animation` part and set `transform` to `translateY(-100%)`. That is the behaviour I desire. (And of course, the...

Hi, any progress? I found something new. At first I thought it didn't work because `transform` was incompatible with `animation`. After searching I found a thread in [css-tricks forum](https://css-tricks.com/forums/topic/transform-translate-isnt-working-with-animation-2/). It...

Hi, @claremacrae , I do hope I could help. But I'm not good at CSS too. Changing styles in developer tool is the only thing I know..I've tried searching in...

断点续传是因为我也不懂的原因,经常断连,断了就要重头来,感觉很麻烦。 至于更新的话很好理解吧,旧帖子也可能会发新评论。(不过有个边缘情况是帖子被删了,这个也许需要判断一下)

三年了,通知的API还有可能研究清楚么

需要提供返回数据么?我有一点点。(需要脱敏吧?)

算了,不管有没有用都贴上来吧,反正七天就过期。这个是点赞数据。我把各个ID都截短了,然后写了一点点注释。 https://pastebin.com/4WsQQqLu

tampermonkey 有个 `@run-at` 的 metadata 可以控制,但现在超合金组件好像只会在页面加载完成、图片等资源加载之前执行,应该相当于 `@run-at document-end` 吧。毕竟做法是在页面里插入一个 `` 标签.. 感觉这个问题可以暂时交给组件作者考虑?