Update edupage.user.js
This commit is contained in:
parent
1c5346cf3a
commit
2085137481
@ -1,7 +1,7 @@
|
||||
// ==UserScript==
|
||||
// @name Edupage H4x
|
||||
// @namespace https://brn.systems
|
||||
// @version 0.2.20
|
||||
// @version 0.2.21
|
||||
// @copyright Can be found at https://git.brn.systems/BRNSystems/Userscripts
|
||||
// @description Gives you a bit more options on EduPage, some are broken
|
||||
// @author BRNSystems
|
||||
@ -218,15 +218,15 @@
|
||||
if(disable_encoding){
|
||||
if (typeof unsafeWindow.barEncLink === 'function') {
|
||||
unsafeWindow.barEncLink = modifiedbarEncLink;
|
||||
unsafeWindow.AscMobileAppVersion = "69420";
|
||||
var edupost = unsafeWindow.$j.post;
|
||||
//unsafeWindow.AscMobileAppVersion = "69420";
|
||||
function newpost(url, data, success, dataType, eqav) {
|
||||
edupost(url, data, success, dataType, 7);
|
||||
}
|
||||
//unsafeWindow.$j.post = newpost;
|
||||
MobileAppBridge.isActive = function() {
|
||||
return false;
|
||||
url += (url.indexOf('?') >= 0 ? '&' : '?')+'eqav='+eqav+'&maxEqav='+maxEqav
|
||||
return $j.origPost(url, data, success, dataType);
|
||||
}
|
||||
unsafeWindow.$j.post = newpost;
|
||||
//MobileAppBridge.isActive = function() {
|
||||
// return false;
|
||||
//}
|
||||
|
||||
console.log("barEncLink overriden successfully.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user