Giter VIP home page Giter VIP logo

darkmonkeyforie's Introduction

DarkMonkey For IE

A simple GreaseMonkey/TamperMonkey-like tool for IE

中文介紹

Every hacker need a tool to inject script to fix the web page which is not satisfying him. Firefox has GreaseMonkey, Chrome has TamperMonkey, but IE has nothing.

I need to inject some script to IE-only web pages so I wrote my own toy, DarkMonkey for IE.

How It Works

  1. Save the script you want to inject as a .js file. Add //Name: and //UrlMatch: (regular expression pattern) in the beginning of the script file. "//Disabled" can mark the script as disabled.
  2. When DarkMonkey starts, it loads all the scripts in same folder and show the list.
  3. DarkMonkey detect and compare IE windows's url only when IE gets focus to reduce performance impact. So the script will be injected only after you switch to IE.
  4. The detecting interval is 1 second.
  5. When the script is injected, the item in list will show yellow background for 1 second to highlight.
  6. You can disable or enable script item in list. Remember to disabled unnecessary scirpts to avoid computing waste.

Demo

Demostration video: YouTube

Have fun!

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.