蛙蛙快修点赞不能选择的问题

确实是实时加载的

想办法把加载的界面掏出来了

但是点击没有用,看来对应的js也是实时的 :joy:

这个掏出来的界面好像是可以点的!但是得先触发它的加载,然后会出现多个界面

所有界面点击都生效

另外edge调试有一个仿真设备模式
image
可以实现长按触发,不知道火狐或者chrome有没有,看看是不是触发方式的问题

这里是触发后展示的界面的代码

<div class="discourse-reactions-picker is-expanded"
    style="position: absolute; inset: auto auto 0px 0px; margin: 0px; transform: translate3d(-51px, -29px, 0px);"
    data-popper-placement="top">
    <div class="discourse-reactions-picker-container col-7"><button
            class="widget-button btn pickable-reaction heart can-undo  btn-text" title="使用以下方式回应此帖子:heart"
            data-reaction="heart"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/heart.png?v=12" title="heart" alt="heart"
                class="emoji"></button><button class="widget-button btn pickable-reaction +1 can-undo  btn-text"
            title="使用以下方式回应此帖子:+1" data-reaction="+1"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/+1.png?v=12" title="+1" alt="+1"
                class="emoji"></button><button class="widget-button btn pickable-reaction -1 can-undo  btn-text"
            title="使用以下方式回应此帖子:-1" data-reaction="-1"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/-1.png?v=12" title="-1" alt="-1"
                class="emoji"></button><button class="widget-button btn pickable-reaction pray can-undo  btn-text"
            title="使用以下方式回应此帖子:pray" data-reaction="pray"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/pray.png?v=12" title="pray" alt="pray"
                class="emoji"></button><button class="widget-button btn pickable-reaction fire can-undo  btn-text"
            title="使用以下方式回应此帖子:fire" data-reaction="fire"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/fire.png?v=12" title="fire" alt="fire"
                class="emoji"></button><button class="widget-button btn pickable-reaction tada can-undo  btn-text"
            title="使用以下方式回应此帖子:tada" data-reaction="tada"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/tada.png?v=12" title="tada" alt="tada"
                class="emoji"></button><button class="widget-button btn pickable-reaction clap can-undo  btn-text"
            title="使用以下方式回应此帖子:clap" data-reaction="clap"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/clap.png?v=12" title="clap" alt="clap"
                class="emoji"></button><button class="widget-button btn pickable-reaction laughing can-undo  btn-text"
            title="使用以下方式回应此帖子:laughing" data-reaction="laughing"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/laughing.png?v=12" title="laughing"
                alt="laughing" class="emoji"></button><button
            class="widget-button btn pickable-reaction joy can-undo  btn-text" title="使用以下方式回应此帖子:joy"
            data-reaction="joy"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/joy.png?v=12" title="joy" alt="joy"
                class="emoji"></button><button class="widget-button btn pickable-reaction open_mouth can-undo  btn-text"
            title="使用以下方式回应此帖子:open_mouth" data-reaction="open_mouth"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/open_mouth.png?v=12" title="open_mouth"
                alt="open_mouth" class="emoji"></button><button
            class="widget-button btn pickable-reaction hugs can-undo  btn-text" title="使用以下方式回应此帖子:hugs"
            data-reaction="hugs"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/hugs.png?v=12" title="hugs" alt="hugs"
                class="emoji"></button><button class="widget-button btn pickable-reaction heart_eyes can-undo  btn-text"
            title="使用以下方式回应此帖子:heart_eyes" data-reaction="heart_eyes"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/heart_eyes.png?v=12" title="heart_eyes"
                alt="heart_eyes" class="emoji"></button><button
            class="widget-button btn pickable-reaction thinking can-undo  btn-text" title="使用以下方式回应此帖子:thinking"
            data-reaction="thinking"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/thinking.png?v=12" title="thinking"
                alt="thinking" class="emoji"></button><button
            class="widget-button btn pickable-reaction poop can-undo  btn-text" title="使用以下方式回应此帖子:poop"
            data-reaction="poop"><img width="20" height="20"
                src="https://meta.appinn.net/images/emoji/twitter/poop.png?v=12" title="poop" alt="poop"
                class="emoji"></button></div>
</div>

对应的css是“discourse-reactions-picker”

可以通过直接搜这个css找到,然后把那个div替换成上面的html就能把界面弄出来,如果触发没问题只是显示问题的话这个时候先移到:heart:上再快速点击这个界面应该可以触发

能力有限,只能到这了 :joy:

你还真是个人才(李云龙音)

暂时就用模拟设备点赞了 :doge:

这个图我这无法显示

这个页面刷新后麻烦截图看看 Firefox 拦截了哪些请求?


意外发现 Firefox 隐私保护确实还行,默认情况下谷歌的 GA、GM 都会拦截

所以说firefox占比低 :doge:

手动排除下与这个 js 无关 6508cb18a87544d1fdb7ca3d9e1940a54814e153.js

如果其他请求都正常(200)的情况下,也许不是网络的问题 :joy:

如果电脑有无线网卡或是笔记本的话,或许还可以试试连接手机热点?

国内版的 GA:hm.baidu.com 也考虑到了,给 Firefox :clap:

因为刚修完 :xk:

换个 dns 试一下吧,我有的时候会遇到点开帖子,结果页面一直处于加载中的问题,更换一下 dns 就可以解决了。
但是各地的网络状况不一样,所以我也不知道哪个好用,我每次就是阿里、腾讯来回切换。

好吧,漏看了

可是点赞功能在我的 firefox 上也是正常的

我是阿里的dns,doh

反复更换并清除dns缓存,确认无效……

你换台电脑,或者开个虚拟机试试。

实在不行,可以先换个小号试试…

我试试去

放弃哩!