Skip to content

Instantly share code, notes, and snippets.

View OozoraHaruto's full-sized avatar

Malcolm OozoraHaruto

  • Singapore
View GitHub Profile
@OozoraHaruto
OozoraHaruto / a_Node-RED_Spotify_Dashboard_UI.md
Created July 23, 2020 04:57
A simple Node-RED Spotify Dashboard UI

A simple Node-RED Spotify Dashboard UI

Spotify premium subscription is needed for this to work

3 Dashboard Groups

  • Current Playing (refreshes every second
    • See the song that is currently playing (if any)
    • Ability to:
  • Play / Pause
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Doraemon Story of Seasons</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script>
@OozoraHaruto
OozoraHaruto / Mirrativ Live Remove Fullscreen bars.js
Last active October 19, 2021 08:01
remove the bars that can be seen on Mirrative's fullscreen
// ==UserScript==
// @name Mirrativ Live Remove Fullscreen bars
// @namespace https://gist.github.com/oozorataiyou/d59b3e355a1840d719bf4dc315b2e6bd
// @version 1.1
// @description remove the bars that can be seen on Mirrative's fullscreen ('f': fullscreen, 'Esc': exit fullscreen)
// @author 大空太陽
// @match https://www.mirrativ.com/*
// @match https://www.mirrativ.com/live/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js