分享一个掘金抽奖的油猴脚本,可以一键签到,抽奖,梭哈。

攒多一点矿石,体验买彩票的感觉。

油猴脚本代码
```js // ==UserScript== // @name 掘金抽奖 // @namespace http://tampermonkey.net/ // @version 1.2.5 // @description 掘金抽奖 签到 免费抽奖 5 连抽 10 连抽 可视化抽奖 petite-vue // @author 无仙 // @match https://juejin.cn/* // @icon https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web//static/favicons/favicon-32x32.png // @require https://unpkg.com/petite-vue // ==/UserScript==

(async function () { ‘use strict’;

const { createApp } = PetiteVue; // 不会吧不会吧,不会还有人不知道 petite-vue 吧

const root = document.createElement(‘div’); root.class = ‘wx_draw_wrap’; root.innerHTML = ` <div v-show="!popup" class=“wx_draw” @click=“open”>掘金抽奖