autodecode
This tag attempts to detect and decode layers of encoding.
Created by: hackvertor
Installed 1 times
Category: Convert
Created on: Monday, September 16, 2024 at 8:02:10 PM
Updated on: Friday, September 20, 2024 at 6:42:35 AM
Tag arguments
[]
Code
class autodecode {
decode(input) {
return autodecode(input);
}
}