mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Updated Spotify scrobbling
This commit is contained in:
parent
1f90b34d95
commit
243362d7d6
@ -58,6 +58,7 @@ replacetitle 찔려 Sting Sting
|
|||||||
|
|
||||||
# Red Velvet
|
# Red Velvet
|
||||||
countas Seulgi Red Velvet
|
countas Seulgi Red Velvet
|
||||||
|
countas Joy Red Velvet
|
||||||
replacetitle 러시안 룰렛 Russian Roulette Russian Roulette
|
replacetitle 러시안 룰렛 Russian Roulette Russian Roulette
|
||||||
replacetitle 피카부 Peek-a-Boo Peek-A-Boo
|
replacetitle 피카부 Peek-a-Boo Peek-A-Boo
|
||||||
replacetitle 빨간 맛 Red Flavor Red Flavor
|
replacetitle 빨간 맛 Red Flavor Red Flavor
|
||||||
@ -81,6 +82,7 @@ replacetitle CHEER UP Cheer Up
|
|||||||
replacetitle OOH-AHH하게 Like OOH-AHH Like Ooh-Ahh
|
replacetitle OOH-AHH하게 Like OOH-AHH Like Ooh-Ahh
|
||||||
replacetitle OOH-AHH Like Ooh-Ahh
|
replacetitle OOH-AHH Like Ooh-Ahh
|
||||||
replacetitle LIKEY Likey
|
replacetitle LIKEY Likey
|
||||||
|
countas Tzuyu TWICE
|
||||||
|
|
||||||
# AOA
|
# AOA
|
||||||
countas AOA Black AOA
|
countas AOA Black AOA
|
||||||
|
Can't render this file because it has a wrong number of fields in line 5.
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Maloja Scrobbler",
|
"name": "Maloja Scrobbler",
|
||||||
"version": "1.3",
|
"version": "1.4",
|
||||||
"description": "Scrobbles tracks from various sites to your Maloja server",
|
"description": "Scrobbles tracks from various sites to your Maloja server",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"permissions": ["activeTab",
|
"permissions": ["activeTab",
|
||||||
|
@ -9,4 +9,4 @@ maloja_scrobbler_selector_artist = "./text()"
|
|||||||
maloja_scrobbler_selector_duration = ".//div[@class='playback-bar__progress-time'][2]/text()"
|
maloja_scrobbler_selector_duration = ".//div[@class='playback-bar__progress-time'][2]/text()"
|
||||||
|
|
||||||
|
|
||||||
maloja_scrobbler_selector_control = ".//div[contains(@class,'player-controls__buttons')]/button[3]/@title"
|
maloja_scrobbler_selector_control = ".//div[contains(@class,'player-controls__buttons')]/div[3]/button/@title"
|
||||||
|
@ -63,3 +63,10 @@ background-color:rgba(103,85,0,0.7);
|
|||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: gold;
|
background: gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[onclick]:hover, a:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user