Skip to content

Instantly share code, notes, and snippets.

@xates
xates / deezer-playlist-sorter.js
Created August 2, 2018 12:30
Deezer playlist sorter - Auto sort a Deezer playlist by rank
var playlistId = 4728602944;
var apiToken = '################################';
var cid = '#########';
var locale = 'it';
var url = `https://www.deezer.com/ajax/gw-light.php?api_version=1.0&api_token=${apiToken}&input=3&cid=${cid}`;
fetch();
function fetch() {
@xates
xates / hotkeys.ahk
Created November 28, 2018 15:16
AutoHotkey script to simulate hotkeys provided in Ubuntu with Italian keyboard on Windows
#NoEnv
#SingleInstance Force
SendMode Input
; Send ` when pressing ALT GR + '
<^>!'::Send ``
; Send ~ when pressing ALT GR + ì
<^>!ì::Send ~
; Send uppercase accented letters when caps lock is active
@xates
xates / vsr-tweaks.user.js
Last active April 16, 2020 10:13
VSR Tweaks
// ==UserScript==
// @name VSR Tweaks
// @namespace https://gist.github.com/xates
// @version 1.0
// @description Unlocks features on the Italian version of the VOX 2.5
// @description:it Sblocca funzionalità aggiuntive sulla Station Revolution
// @author xates
// @homepage https://gist.github.com/xates/1a3d7c30851221f332e397c88114f407
// @downloadURL https://gist.github.com/xates/1a3d7c30851221f332e397c88114f407/raw/vsr-tweaks.user.js
// @match http://vodafone.station/*