Skip to content

Commit

Permalink
Separated script meta for update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rthaut committed Aug 12, 2015
1 parent 6b3ece9 commit e0acba0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deviantART_Filter.meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// ==UserScript==
// @name deviantART Filter
// @author Ryan Thaut
// @description Allows automatic filtering of deviations from certain users and/or in certain categories.
// @namespace http://repo.ryanthaut.com/userscripts/deviantart_filter
// @updateURL http://repo.ryanthaut.com/userscripts/deviantart_filter/deviantART_Filter.user.js
// @downloadURL http://repo.ryanthaut.com/userscripts/deviantart_filter/deviantART_Filter.user.js
// @include http://*deviantart.com/*
// @version 1.5.1
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
// @require http://code.jquery.com/jquery-latest.min.js
// ==/UserScript==

0 comments on commit e0acba0

Please sign in to comment.