Update aak-cont-script.user.js
This commit is contained in:
parent
dc68e7e827
commit
e7b4588302
@ -92,8 +92,8 @@
|
|||||||
Aak.registerSettings(); // registering your settings.
|
Aak.registerSettings(); // registering your settings.
|
||||||
Aak.registerConsole(); // registering customzed console.
|
Aak.registerConsole(); // registering customzed console.
|
||||||
Aak.registerCommands(); // add commands to menu
|
Aak.registerCommands(); // add commands to menu
|
||||||
Aak.checkUpdate(true); // check if AakScript is up to date.
|
//Aak.checkUpdate(true); // check if AakScript is up to date.
|
||||||
Aak.checkList(); // check if AakList is enabled.
|
//Aak.checkList(); // check if AakList is enabled.
|
||||||
Aak.blockDetect(); // detect and kill anti-adblocks.
|
Aak.blockDetect(); // detect and kill anti-adblocks.
|
||||||
},
|
},
|
||||||
aabs : {},
|
aabs : {},
|
||||||
@ -120,6 +120,7 @@
|
|||||||
label : 'Play video with VLC plugin. *',
|
label : 'Play video with VLC plugin. *',
|
||||||
info : ''
|
info : ''
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
checkList : {
|
checkList : {
|
||||||
group : 'general',
|
group : 'general',
|
||||||
type : 'checkbox',
|
type : 'checkbox',
|
||||||
@ -133,7 +134,7 @@
|
|||||||
value : true,
|
value : true,
|
||||||
label : 'Check newer AakScript version.',
|
label : 'Check newer AakScript version.',
|
||||||
info : ''
|
info : ''
|
||||||
},
|
},*/
|
||||||
debug : {
|
debug : {
|
||||||
group : 'debug',
|
group : 'debug',
|
||||||
type : 'checkbox',
|
type : 'checkbox',
|
||||||
@ -407,7 +408,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
checkList : function () {
|
checkList : function () {return;
|
||||||
if (Aak.useGM && Aak.opts.checkList && Aak.isTopframe) {
|
if (Aak.useGM && Aak.opts.checkList && Aak.isTopframe) {
|
||||||
Aak.schedule(1, 'nextchecklist', function () {
|
Aak.schedule(1, 'nextchecklist', function () {
|
||||||
Aak.ready(function () {
|
Aak.ready(function () {
|
||||||
@ -432,7 +433,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
checkUpdate : function (auto) {
|
checkUpdate : function (auto) {
|
||||||
|
return;
|
||||||
var check = function (notifyFalse) {
|
var check = function (notifyFalse) {
|
||||||
Aak.request({
|
Aak.request({
|
||||||
url : Aak.downloadURL,
|
url : Aak.downloadURL,
|
||||||
|
Reference in New Issue
Block a user