Giter VIP home page Giter VIP logo

lingbopro / auto-close-netease-popup Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 5 KB

F**k Netease! | 自动关闭Minecraft官网的“前往**版”弹窗的Tampermonkey脚本

Home Page: https://greasyfork.org/zh-CN/scripts/485133-%E8%87%AA%E5%8A%A8%E5%85%B3%E9%97%ADminecraft%E5%AE%98%E7%BD%91%E4%B8%AD%E5%9B%BD%E7%89%88%E5%BC%B9%E7%AA%97

License: MIT License

JavaScript 100.00%
javascript tampermonkey tampermonkey-userscript userscript

auto-close-netease-popup's Introduction

欢迎 / Welcome

GitHub Stats

GitHub Bilibili Mail Modrinth MCMOD

Profile visits Stars

一个爱写 JavaScript 的 Minecraft 玩家,兼B站UP主

Skills / 技能

HTML CSS JavaScript Batchfile ShellScript C/C++ Java Python C# Scratch 易语言

Tools I Use / 我使用的工具

Visual Studio Code Visual Studio Vim Git Bash Linux Windows Windows Terminal VMware GitHub Microsoft Edge

Top Langs

About Me / 关于我

只是一个学生
@H3gg387 事同学,也事 good friend
主攻前端,喜欢玩 Minecraft,对 Minecraft Mod 开发小有涉及

My Friends / Portal:
@H3gg387 @Minemetero @sjt-2024

My Projects / 我的项目

活跃 lingbos-sussy-mod soberjs-vscode
不活跃 easy-github-hosts AlwaysBing
维护 rename-back-lnk random-student auto-close-netease-popup
停止支持

暂无 :)

GitHub contribution grid snake animation
Metrics

一些 奇怪的 东西 / Some SUS Things

每日Bing图 Bing每日图片-国际版 Bing每日图片-国内版

点击查看大图

数据来自 7ED
一个奇怪的文章 (出处)
如果26个英文字母:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
分别等于:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

那么:
Knowledge(知识):K+N+O+W+L+E+D+G+E = 11+14+15+23+12+5+4+7+5 = 96%。
Workhard(努力工作):W+O+R+K+H+A+R+D = 23+15+18+11+8+1+18+4 = 98%。
也就是说知识和努力工作对我们人生的影响可以达到96%和98%。
Luck(好运):L+U+C+K = 12+21+3+11 = 47%。
Love(爱情):L+O+V+E = 12+15+22+5 = 54%。
看来,这些我们通常认为重要的东西却并没起到最重要的作用。
那么,什么可以决定我们100%的人生呢?
是Money(金钱)吗?
Money(金钱):M+O+N+E+Y = 13+15+14+5+25 = 72%。
看来也不是。
是Leadership(领导能力)吗?
Leadership(领导能力):L+E+A+D+E+R+S+H+I+P = 12+5+1+4+5+18+19+9+16 = 89%。
还不是。
金钱,权力也不能完全决定我们的生活,那是什么呢?

其实,真正能使我们生活圆满的东西就在我们的代码里面!
是iostream(C++输入输出流头文件)
I+O+S+T+R+E+A+M = 9+15+19+20+18+5+1+13 = 100%。
所以坚持写代码吧……
毒鸡汤 / 弱智吧 毒鸡汤
弱智吧
数据来自 7ED

auto-close-netease-popup's People

Contributors

lingbopro avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

auto-close-netease-popup's Issues

啊?

    let popup = document.getElementById("netease-promotion-modal"); //获取弹窗元素
    if(!(typeof(popup) == "undefined" || popup == null)) { //判断元素是否存在
        popup.remove(); //如果存在就去除
        console.log("成功去除网易弹窗~");
        return;

核心文件就这么一点????????

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.