diff --git a/misc/tampermonkey/RS Playlist enhancer and simplifier.user.js b/misc/tampermonkey/RS Playlist enhancer and simplifier.user.js index c560029..e234b82 100644 --- a/misc/tampermonkey/RS Playlist enhancer and simplifier.user.js +++ b/misc/tampermonkey/RS Playlist enhancer and simplifier.user.js @@ -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 */