Skip to content

Commit

Permalink
#72: Tampermonkey scrip updated after publish on greasyfork. Happy us…
Browse files Browse the repository at this point in the history
…ing! :)
  • Loading branch information
kozaka-tv committed Mar 1, 2022
1 parent 65127bd commit a160856
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions misc/tampermonkey/RS Playlist enhancer and simplifier.user.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
// ==UserScript==
// @name RS Playlist enhancer and simplifier
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Removes unnecessary elements from the page like Logo and footer and reads out from the cookies the PHPSESSID value and puts it to the bottom of the list.
// @namespace https://greasyfork.org/en/scripts/440738-rs-playlist-enhancer-and-simplifier
// @version 0.3
// @description This scripts is designed to enhance and simplify the RS Playlist page from https://rsplaylist.com/
// @author kozaka
// @match https://rsplaylist.com/*
// @icon https://rsplaylist.com/favicon-32x32.png
// @grant none
// @require file://c:\work\kozaka-tv\Rocksmith-Servant\misc\tampermonkey\RS Playlist enhancer and simplifier.user.js
// @homepage https://github.com/kozaka-tv/Rocksmith-Servant
// @homepageURL https://github.com/kozaka-tv/Rocksmith-Servant
// @downloadURL https://github.com/kozaka-tv/Rocksmith-Servant/blob/main/misc/tampermonkey/RS%20Playlist%20enhancer%20and%20simplifier.user.js
// @updateURL https://github.com/kozaka-tv/Rocksmith-Servant/blob/main/misc/tampermonkey/RS%20Playlist%20enhancer%20and%20simplifier.user.js
// @supportURL https://github.com/kozaka-tv/Rocksmith-Servant/issues
// @license MIT
// @require file://c:\work\kozaka-tv\Rocksmith-Servant\misc\tampermonkey\RS Playlist enhancer and simplifier.user.js
// ==/UserScript==
/* globals jQuery, $, waitForKeyElements */

Expand Down

0 comments on commit a160856

Please sign in to comment.