【MJ】 订阅用户专享-俩小时GPU福利

https://midjourney.com/surveys?survey=personality-ambi

登录,完成问卷即可获得,建议认真做,好像是性格测试之类的。我没认真做,出结果了才看到。应该是有一定的参考意义。具体怎么做佬友自行分辨。

(注意:我进到页面提示只有一个小时,但是我做完给了俩小时,有的佬友做完没有给。。不知道是为什么。 :sweat_smile:

13 个赞

感谢分享 ,辛苦了,不知道做啥用

4 个赞

文生图用的哈哈哈哈

5 个赞

感谢分享!
看了一下问卷的提示,好像现在只送一个小时了?
不过好像有好几个问卷也可以填

就是不知道在哪里看这个时长呢

3 个赞

1 个赞

做完了,没看到时长…

image
可能是部分人?

是不是得订阅才有啊,我看另一个survey是这么写的:

帖子这个点进去已经只能看到结果,之前没注意它是怎么说明的

哈哈哈哈,我也不知道,可能是得订阅吧。。 第一次薅羊毛。。。我已经拿到俩小时了。。

那标注一下吧,免得别人跟我一样花半小时做完问卷啥都没有 tieba_009

1 个赞
function clickOption(index) {
  const buttons = document.querySelectorAll('.relative.flex-1.h-8 button');
  if (index >= 0 && index < buttons.length) {
    buttons[index].click();
    const questionNumber = Math.floor(index / 6) + 1;
    const optionNumber = (index % 6) + 1;
    console.log(`Question ${questionNumber}: Clicked option ${optionNumber} (index ${index})`);
  } else {
    console.log('Invalid index');
  }
}

function clickAllOptions() {
  const totalQuestions = 181; //题目数量

  for (let i = 0; i < totalQuestions; i++) {
    const questionStartIndex = i * 6;
    const randomOffset = Math.floor(Math.random() * 6);
    const selectedIndex = questionStartIndex + randomOffset;

    setTimeout(() => {
      clickOption(selectedIndex);
    }, i * 1000); // 每次点击间隔1秒
  }
}

// 调用函数开始点击
clickAllOptions();

可以使用这个脚本自动答题, 不过我也啥也没得到…

1 个赞

可能是订阅才有。。。

感谢分享,两个小时不知道拿来干嘛 :sweat_smile:

1 个赞

没有订阅MJ的小伙伴,如果不是享受问卷本身,就别做了,做完啥奖励也没有的

感谢反馈,已更新标题

1 个赞

感谢大佬分享

1 个赞