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
import os | |
import sys | |
from rdflib import Graph, Namespace | |
from rdflib.namespace import DC, DCTERMS | |
from rdflib.resource import Resource | |
CC = Namespace('http://creativecommons.org/ns#') | |
settings = { | |
'LICENSE_RDF_PATH': os.path.realpath(sys.argv[1]) | |
} |
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 Rdio | |
// @namespace Rdio | |
// @description Rdio - Keep listening to rdio with uBlockOrigin/ABP | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
setInterval(function () { | |
console.log('Executing Rdio greasy script'); | |
if (R && !R.player) { |