mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-17 15:24:48 +08:00
Update main.js
This commit is contained in:
@@ -46,8 +46,9 @@ let time;
|
|||||||
const plugins = [
|
const plugins = [
|
||||||
{ name: 'obfuscator', plugin: PluginObfuscator },
|
{ name: 'obfuscator', plugin: PluginObfuscator },
|
||||||
{ name: 'sojsonv7', plugin: PluginSojsonV7 },
|
{ name: 'sojsonv7', plugin: PluginSojsonV7 },
|
||||||
{ name: 'jsconfuser', plugin: PluginJsconfuser },
|
|
||||||
{ name: 'sojson', plugin: PluginSojson },
|
{ name: 'sojson', plugin: PluginSojson },
|
||||||
|
|
||||||
|
{ name: 'jsconfuser', plugin: PluginJsconfuser },
|
||||||
{ name: 'awsc', plugin: PluginAwsc },
|
{ name: 'awsc', plugin: PluginAwsc },
|
||||||
{ name: 'jjencode', plugin: PluginJjencode },
|
{ name: 'jjencode', plugin: PluginJjencode },
|
||||||
{ name: 'common', plugin: PluginCommon }, // Use common plugin last
|
{ name: 'common', plugin: PluginCommon }, // Use common plugin last
|
||||||
|
|||||||
Reference in New Issue
Block a user