Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RudeySH/lastfm-bulk-edit
/ functions
Functions
49 in github.com/RudeySH/lastfm-bulk-edit
⨍
Functions
49
◇
Types & classes
11
↓ 6 callers
Method
hide
()
src/modals/Modal.ts:70
↓ 4 callers
Function
augmentInput
(scrobbleData: FormData[], popup: Element, inputs: ScrobbleFormControlsCollection, originalInput: HTMLInputEle
src/index.ts:854
↓ 4 callers
Function
delay
(ms: number)
src/utils/utils.ts:3
↓ 4 callers
Function
getMixedInputValue
(input: HTMLInputElement)
src/index.ts:979
↓ 4 callers
Function
refreshFormGroupState
()
src/index.ts:944
↓ 4 callers
Method
refreshProgress
()
src/modals/LoadingModal.ts:24
↓ 3 callers
Function
createLoadingModal
(title: Element | string, options: LoadingModalOptions)
src/index.ts:449
↓ 3 callers
Function
fetchAndRetry
(url: string, init?: RequestInit | undefined, callback?: (response: Response, i: number) => Promise<TResult |
src/utils/utils.ts:15
↓ 3 callers
Function
getSelectedArtistKey
()
src/features/enhance-automatic-edits-page.ts:178
↓ 3 callers
Function
getUrlType
(url: string)
src/index.ts:529
↓ 3 callers
Function
groupBy
(array: V[], keyFunc: (item: V) => K)
src/index.ts:963
↓ 2 callers
Function
abort
(message: string)
src/index.ts:562
↓ 2 callers
Function
addArtistsToSelect
(page: Page)
src/features/enhance-automatic-edits-page.ts:223
↓ 2 callers
Function
appendBulkEditScrobblesHeaderLinkAndMenuItems
(element: Element)
src/index.ts:170
↓ 2 callers
Function
createTimestampLinks
(element: Element)
src/features/create-timestamp-links.ts:1
↓ 2 callers
Function
displayAlbumName
(element: Element)
src/features/display-album-name.ts:1
↓ 2 callers
Function
enhanceAutomaticEditsPage
(element: Element)
src/features/enhance-automatic-edits-page.ts:32
↓ 2 callers
Function
fetchHTMLDocument
(url: string)
src/index.ts:543
↓ 2 callers
Function
forEachParallel
(loadingModal: LoadingModal, parentStep: Step, array: T[], callback: (item: T, step: Step) => Promise<U>, weig
src/index.ts:586
↓ 2 callers
Function
getBulkEditScrobbleMenuItem
(url: string, row?: HTMLTableRowElement)
src/index.ts:246
↓ 2 callers
Function
getFormData
(row: HTMLTableRowElement)
src/features/enhance-automatic-edits-page.ts:174
↓ 2 callers
Method
show
()
src/modals/Modal.ts:60
↓ 2 callers
Function
updateProgressText
(current: number, total: number)
src/features/enhance-automatic-edits-page.ts:255
↓ 2 callers
Function
weightFunc
(row: HTMLTableRowElement)
src/index.ts:504
↓ 1 callers
Function
appendBulkEditScrobblesHeaderLink
(element: Element)
src/index.ts:179
↓ 1 callers
Function
appendBulkEditScrobblesMenuItems
(element: Element)
src/index.ts:201
↓ 1 callers
Function
appendStyle
()
src/index.ts:71
↓ 1 callers
Function
applyFormData
(form: HTMLFormElement, formData: FormData)
src/index.ts:599
↓ 1 callers
Function
augmentEditScrobbleForm
(scrobbleData: FormData[])
src/index.ts:620
↓ 1 callers
Function
cloneFormData
(formData: FormData)
src/index.ts:983
↓ 1 callers
Function
emphasize
(cell: HTMLTableCellElement, content: string)
src/features/enhance-automatic-edits-page.ts:133
↓ 1 callers
Function
encodeURIComponent2
(uriComponent: string)
src/utils/utils.ts:7
↓ 1 callers
Function
enhanceRow
(row: HTMLTableRowElement, keys: string[])
src/features/enhance-automatic-edits-page.ts:124
↓ 1 callers
Function
enhanceTable
(table: HTMLTableElement, keys: string[])
src/features/enhance-automatic-edits-page.ts:110
↓ 1 callers
Function
fetchScrobbleData
(url: string, loadingModal: LoadingModal, parentStep: Step)
src/index.ts:457
↓ 1 callers
Function
forEach
(loadingModal: LoadingModal, parentStep: Step, array: T[], callback: (item: T, step: Step) => Promise<U>, weig
src/index.ts:570
↓ 1 callers
Function
getCompletionRatio
(steps: Step[])
src/modals/LoadingModal.ts:38
↓ 1 callers
Function
getDateString
(date: Date)
src/features/create-timestamp-links.ts:36
↓ 1 callers
Function
initialize
()
src/index.ts:38
↓ 1 callers
Function
loadPages
(table: HTMLTableElement, currentPageNumber: number, pageCount: number)
src/features/enhance-automatic-edits-page.ts:182
↓ 1 callers
Function
observeChildList
(target: Node, selector: string)
src/index.ts:835
↓ 1 callers
Function
prompt
(title: Element | string, body: Element | string)
src/index.ts:404
Function
addToolbar
(section: Element, table: HTMLTableElement)
src/features/enhance-automatic-edits-page.ts:54
Function
click
()
src/index.ts:255
Method
constructor
(title: Element | string, options?: LoadingModalOptions)
src/modals/LoadingModal.ts:13
Method
constructor
(title: Element | string, body: Element | string, options?: TOptions)
src/modals/Modal.ts:8
Method
isAttached
()
src/modals/Modal.ts:56
Function
loadPage
(pageNumber: number)
src/features/enhance-automatic-edits-page.ts:202
Function
removeMessage
()
src/index.ts:666