Skip to content

Instantly share code, notes, and snippets.

View DakshG07's full-sized avatar

Dukk DakshG07

View GitHub Profile
# ...other config...
playing:
type: yasb.custom.CustomWidget
options:
label: "{data}"
label_alt: "{data}"
class_name: now-playing
exec_options:
run_cmd: [LOCATION OF EXE FILE]
run_interval: 5000
if (location.host != "chrome.google.com" || !location.pathname.startsWith("/webstore")) {
location.href = "https://chrome.google.com/webstorex";
}
document.head.innerHTML = `
<style>
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
td, th {