This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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/* |