Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LonMcGregor/VivaldiMods
/ functions
Functions
257 in github.com/LonMcGregor/VivaldiMods
⨍
Functions
257
◇
Types & classes
0
Function
deleteClick
* User clicked remove button * @param e click event
mods/old/advancedPanels.js:392
Function
deleteConfirmClick
* User confirmed remove * @param e event * REMARK: Want to remove all and only update UI after final removal
mods/old/advancedPanels.js:417
Function
doFormatBold
()
mods/old/betterNotesEditor.js:556
Function
doFormatBullet
()
mods/old/betterNotesEditor.js:583
Function
doFormatCode
* Determine and format if simple code or multi-line code should be used
mods/old/betterNotesEditor.js:592
Function
doFormatH1
* The following functions denote various formatting rules
mods/old/betterNotesEditor.js:544
Function
doFormatH2
()
mods/old/betterNotesEditor.js:547
Function
doFormatH3
()
mods/old/betterNotesEditor.js:550
Function
doFormatItalic
()
mods/old/betterNotesEditor.js:559
Function
doFormatLight
()
mods/old/betterNotesEditor.js:568
Function
doFormatLink
()
mods/old/betterNotesEditor.js:580
Function
doFormatNumber
()
mods/old/betterNotesEditor.js:586
Function
doFormatQuote
()
mods/old/betterNotesEditor.js:577
Function
doFormatRule
()
mods/old/betterNotesEditor.js:553
Function
doFormatStrike
()
mods/old/betterNotesEditor.js:562
Function
doFormatSubs
()
mods/old/betterNotesEditor.js:574
Function
doFormatSuper
()
mods/old/betterNotesEditor.js:571
Function
doFormatUnder
()
mods/old/betterNotesEditor.js:565
Function
dragOverAttachment
* Something dragged over attachments
mods/old/betterNotes.js:228
Function
dropOnToAttachment
* Something dropped onto attachments
mods/old/betterNotes.js:236
Function
emojiToPng
* 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
Function
f
(e)
mods/old/betterNotesEditor.js:108
Function
getLastDaysHistory
()
mods/old/historyCleanup.js:63
Function
guide_drag_start
(e)
pageActions/Page_Guide_Lines.js:146
Function
guide_drop
()
pageActions/Page_Guide_Lines.js:193
Function
h
(e)
mods/old/betterNotesEditor.js:108
Function
init
* 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
Function
initMod
* Initialise the mod
mods/panel_actions.js:384
Function
keyCombo
* 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
Function
listItemClick
* Open a session after its corresponding list item is clicked * @param e click event * REMARK: Hide the confirm box
mods/old/advancedPanels.js:308
Function
load_favicon_security_mod
()
mods/old/favicon-security.js:47
Function
newPaneButtonClick
(e)
mods/old/startPagePane.js:47
Function
newSessionClick
* Add a new session * @param e button click event
mods/old/advancedPanels.js:345
Function
onActivate
* Update the session listing on activation of panel
mods/old/advancedPanels.js:546
Function
onInit
* Add the sort listeners on creation of panel
mods/old/advancedPanels.js:553
Function
onMessage
* Handle incoming messages from the editor tab * @param e message event
mods/old/betterNotes.js:30
Function
onMessage
* Handle incoming messages from the vivaldi UI * @param e message event
mods/old/betterNotesEditor.js:124
Function
oneInNewWindowClick
* User clicked open (new) button * @param e click event
mods/old/advancedPanels.js:454
Function
openInCurrentWindowClick
* User clicked open (current) button * @param e click event
mods/old/advancedPanels.js:439
Function
openNotesTab
* Make sure that if not already open, the editor is active
mods/old/betterNotes.js:204
Function
portThemes
()
mods/luetage-theme-io.js:156
Function
prepConfirm
* Prep confirm box
mods/old/confirmQuit.js:12
Function
removeDuplicates
(historyItems)
mods/old/historyCleanup.js:43
Function
searchEngines
()
mods/luetage-backupEngines.js:63
Function
sendClosed
* Inform the vivaldi UI that the notes editor tab has closed
mods/old/betterNotesEditor.js:259
Function
sendNoteTitle
* Send the title of the active note back to the UI to save it
mods/old/betterNotesEditor.js:243
Function
settingUpdated
* 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
Function
sortMethodChange
* Change sort Method * @param e click event
mods/old/advancedPanels.js:384
Function
sortOrderChange
* Change sort Order * @param e click event
mods/old/advancedPanels.js:373
Function
syncScroll
* Perform a scroll sync, if user has this enabled * @param event fired (textarea scroll)
mods/old/betterNotesEditor.js:412
Function
syncScrollChanged
* User changed whether sync scroll is on
mods/old/betterNotesEditor.js:698
Function
tabTitleChanged
* 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
Function
triggerAutosave
* 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
Function
triggerAutosavePrivate
()
mods/old/autoSaveSessions.js:114
Function
u
(e,t)
mods/old/betterNotesEditor.js:108
Function
updateSyncIcon
* 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
Function
webviewLoaded
* Webview loaded a page. This means the src has been initially set. * @param e load event
mods/old/advancedPanels.js:629
← previous
201–257 of 257, ranked by callers