Skip to content

Instantly share code, notes, and snippets.

@djyde
Last active August 29, 2015 14:11
Show Gist options
  • Save djyde/3829d872ba051fca4b4c to your computer and use it in GitHub Desktop.
Save djyde/3829d872ba051fca4b4c to your computer and use it in GitHub Desktop.
FxxkSISE
// ==UserScript==
// @name fxxksise
// @namespace http://djyde.github.io
// @version 0.1.1
// @description fixed sise js mistake
// @author Randy
// @match http://class.sise.com.cn:7001/sise/*
// @grant none
// ==/UserScript==
console.log('inject success')
var script = document.createElement('script')
script.src = "http://7mnoy7.com1.z0.glb.clouddn.com/rewrite.js"
document.body.appendChild(script)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment