Skip to content

Commit

Permalink
feat: Update Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Tandashi committed May 2, 2020
1 parent d9f2661 commit 193d31c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ const BANNER = stripIndent `
// ==UserScript==
// @name YT Sync
// @namespace https://tandashi.de
// @version 0.1
// @description try to take over the world!
// @version 1.0
// @description Sync Youtube Videos directly on Youtube :)
// @author Tandashi
// @match https://www.youtube.com/*
//
// @grant GM_setValue
// @grant GM_getValue
// @icon http://www.genyoutube.net/helper/favicon.png
// @icon64 http://www.genyoutube.net/helper/favicon.png
// @homepage https://tandashi.de/
// @downloadURL https://github.com/Tandashi/YTSync-Plugin/releases/latest
// @updateURL https://github.com/Tandashi/YTSync-Plugin/releases/latest
//
// @run-at document-end
// @grant GM_setValue
// @grant GM_getValue
//
// @run-at document-end
//
// @require http://code.jquery.com/jquery-3.4.1.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.slim.js
Expand Down

0 comments on commit 193d31c

Please sign in to comment.