MCPcopy Create free account

hub / github.com/LonMcGregor/VivaldiMods / functions

Functions257 in github.com/LonMcGregor/VivaldiMods

FunctiondeleteClick
* User clicked remove button * @param e click event
mods/old/advancedPanels.js:392
FunctiondeleteConfirmClick
* User confirmed remove * @param e event * REMARK: Want to remove all and only update UI after final removal
mods/old/advancedPanels.js:417
FunctiondoFormatBold
()
mods/old/betterNotesEditor.js:556
FunctiondoFormatBullet
()
mods/old/betterNotesEditor.js:583
FunctiondoFormatCode
* Determine and format if simple code or multi-line code should be used
mods/old/betterNotesEditor.js:592
FunctiondoFormatH1
* The following functions denote various formatting rules
mods/old/betterNotesEditor.js:544
FunctiondoFormatH2
()
mods/old/betterNotesEditor.js:547
FunctiondoFormatH3
()
mods/old/betterNotesEditor.js:550
FunctiondoFormatItalic
()
mods/old/betterNotesEditor.js:559
FunctiondoFormatLight
()
mods/old/betterNotesEditor.js:568
FunctiondoFormatLink
()
mods/old/betterNotesEditor.js:580
FunctiondoFormatNumber
()
mods/old/betterNotesEditor.js:586
FunctiondoFormatQuote
()
mods/old/betterNotesEditor.js:577
FunctiondoFormatRule
()
mods/old/betterNotesEditor.js:553
FunctiondoFormatStrike
()
mods/old/betterNotesEditor.js:562
FunctiondoFormatSubs
()
mods/old/betterNotesEditor.js:574
FunctiondoFormatSuper
()
mods/old/betterNotesEditor.js:571
FunctiondoFormatUnder
()
mods/old/betterNotesEditor.js:565
FunctiondragOverAttachment
* Something dragged over attachments
mods/old/betterNotes.js:228
FunctiondropOnToAttachment
* Something dropped onto attachments
mods/old/betterNotes.js:236
FunctionemojiToPng
* Render an emoji as a png image * @param {string} e emoji character/sequence to render, can include ZJW * @returns {string} base64 png image
mods/prototypes/better-stacks.js:22
Functionf
(e)
mods/old/betterNotesEditor.js:108
FunctiongetLastDaysHistory
()
mods/old/historyCleanup.js:63
Functionguide_drag_start
(e)
pageActions/Page_Guide_Lines.js:146
Functionguide_drop
()
pageActions/Page_Guide_Lines.js:193
Functionh
(e)
mods/old/betterNotesEditor.js:108
Functioninit
* Init the mod, but only if we are not incognito, to maintain privacy. * Save the window id in storage, and only use the most recent window to sa
mods/old/autoSaveSessions.js:278
FunctioninitMod
* Initialise the mod
mods/panel_actions.js:384
FunctionkeyCombo
* Handle a potential keyboard shortcut * @param {int} sourceWindow Id of the browser window this keyboard event originates from. * @param {S
mods/keyboard_machine.js:57
FunctionlistItemClick
* Open a session after its corresponding list item is clicked * @param e click event * REMARK: Hide the confirm box
mods/old/advancedPanels.js:308
Functionload_favicon_security_mod
()
mods/old/favicon-security.js:47
FunctionnewPaneButtonClick
(e)
mods/old/startPagePane.js:47
FunctionnewSessionClick
* Add a new session * @param e button click event
mods/old/advancedPanels.js:345
FunctiononActivate
* Update the session listing on activation of panel
mods/old/advancedPanels.js:546
FunctiononInit
* Add the sort listeners on creation of panel
mods/old/advancedPanels.js:553
FunctiononMessage
* Handle incoming messages from the editor tab * @param e message event
mods/old/betterNotes.js:30
FunctiononMessage
* Handle incoming messages from the vivaldi UI * @param e message event
mods/old/betterNotesEditor.js:124
FunctiononeInNewWindowClick
* User clicked open (new) button * @param e click event
mods/old/advancedPanels.js:454
FunctionopenInCurrentWindowClick
* User clicked open (current) button * @param e click event
mods/old/advancedPanels.js:439
FunctionopenNotesTab
* Make sure that if not already open, the editor is active
mods/old/betterNotes.js:204
FunctionportThemes
()
mods/luetage-theme-io.js:156
FunctionprepConfirm
* Prep confirm box
mods/old/confirmQuit.js:12
FunctionremoveDuplicates
(historyItems)
mods/old/historyCleanup.js:43
FunctionsearchEngines
()
mods/luetage-backupEngines.js:63
FunctionsendClosed
* Inform the vivaldi UI that the notes editor tab has closed
mods/old/betterNotesEditor.js:259
FunctionsendNoteTitle
* Send the title of the active note back to the UI to save it
mods/old/betterNotesEditor.js:243
FunctionsettingUpdated
* Handle a change to a setting input * Should be bound in a listener to the setting object * @param {InputEvent} input
mods/old/autoSaveSessions.js:216
FunctionsortMethodChange
* Change sort Method * @param e click event
mods/old/advancedPanels.js:384
FunctionsortOrderChange
* Change sort Order * @param e click event
mods/old/advancedPanels.js:373
FunctionsyncScroll
* Perform a scroll sync, if user has this enabled * @param event fired (textarea scroll)
mods/old/betterNotesEditor.js:412
FunctionsyncScrollChanged
* User changed whether sync scroll is on
mods/old/betterNotesEditor.js:698
FunctiontabTitleChanged
* Update the title in the marquee of a tab * Need to check type of audible, as if it is false, * if() will be false, but we still want to u
mods/old/mediaMarquee.js:26
FunctiontriggerAutosave
* Check if this is the most recent window, and if the most recent window is still open * if not, then stop saving the sessions
mods/old/autoSaveSessions.js:91
FunctiontriggerAutosavePrivate
()
mods/old/autoSaveSessions.js:114
Functionu
(e,t)
mods/old/betterNotesEditor.js:108
FunctionupdateSyncIcon
* The previous cycle state changed - update the icon * @param {vivaldi.sync.cycleData} The current state of the sync engine * Debug with: vi
mods/old/combinedSync.js:108
FunctionwebviewLoaded
* Webview loaded a page. This means the src has been initially set. * @param e load event
mods/old/advancedPanels.js:629
← previous201–257 of 257, ranked by callers