mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: scripts
This commit is contained in:
8
src-tauri/src/scripts/markdown.export.js
vendored
8
src-tauri/src/scripts/markdown.export.js
vendored
@@ -1,5 +1,9 @@
|
||||
// *** Core Script - Markdown ***
|
||||
|
||||
$(function() {
|
||||
(function () {
|
||||
console.log("markdown");
|
||||
});
|
||||
const chatThread = $('main .items-center');
|
||||
const chatBlocks = $(chatThread, '>div');
|
||||
|
||||
console.log('«8» /src/scripts/markdown.export.js ~> ', chatBlocks);
|
||||
})(window);
|
||||
Reference in New Issue
Block a user