- Fixed
createImage
function Image SRC.
- Added
createParagraph
function - Added
createImage
function - Streamlined
replaceText
andreplaceImg
functions - Streamlined entire api
- mod data is now a variable (
MOD_DATA
) indata.js
utilizing JSON - Mod data now has the fields: name, author, version, nicodrag_version, api_version, mod_api_version and enabled, compared to title, version, date (version), and enabled.
- Added CHANGELOG.md for
api.js
- Added default values to replacement function arguments
- Fixed about 2 bugs the Console Log Viewer by mark smth
- Attempts at
WebUtil.js
- Utilization of
global.js
for mod data
- redid
api.js
(mostly the same lol) - Removed
returnFileContent
,toggleMod
, andreturnModStats
functions
- Removed
MOD_VERSION
variable softcoding (broken)
- Changed
MOD_VERSION
variable to get the mod version from the mod content folderversion.txt
file.
- Added
returnFileContent
function usingreadFile
function from/Blog/SP/util/gpt.js
- Changed
MOD_ENABLED
variable to an export let variable (toggleMod
andreturnModStats
functions are now depricated and shouldn't have been used at the moment)
- Added return statement to
toggleMod
function
- Changed MOD_ENABLED variable to a regular var
- Added
returnModStats
function
- Attempted fix and
toggleMod
function
- Attempted fix and
toggleMod
function
- Added checks to see if the mod is enabled in replacement functions
- Added
toggleMod
function - Added
ignore_enable
argument to replacement functions
- Added checks to see if the
replacement
argument in thereplaceImg
andreplaceText
functions are blank
- Added
MOD_ENABLED
variable - Added
replaceText
function
- Added
replaceImg
function