Skip to content

Instantly share code, notes, and snippets.

@khanghh
Last active June 17, 2019 05:56
Show Gist options
  • Save khanghh/e70b09abf28110b59dfb0234d6c7ec6a to your computer and use it in GitHub Desktop.
Save khanghh/e70b09abf28110b59dfb0234d6c7ec6a to your computer and use it in GitHub Desktop.
tabs.ultimate-guitar.com unlock
// ==UserScript==
// @name tabs.ultimate-guitar.com unlock
// @version 1.0.0
// @author Hoang Hong Khang
// @description Unlock all pro features
// @namespace http://tampermonkey.net/
// @match https://tabs.ultimate-guitar.com/*
// @grant none
// @run-at document-start
// ==/UserScript==
window.UGAPP.store.user.rights = [{
product_id: "Ultimate Guitar Pro|0",
lifetime: true,
trial: false,
service_name: "web_ug_pro_account",
date_access: 0
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment