diff options
author | Jesús <heckyel@hyperbola.info> | 2020-02-23 20:21:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-02-23 20:21:39 -0500 |
commit | 60e18750bdc81d3d49e16d5bd84b9a4e82ef3f7a (patch) | |
tree | 7055556808f43aec35270c46f7bcf8083693fa10 | |
parent | bededa5414383549085f7ab820c104fefae73131 (diff) | |
download | book-60e18750bdc81d3d49e16d5bd84b9a4e82ef3f7a.tar.lz book-60e18750bdc81d3d49e16d5bd84b9a4e82ef3f7a.tar.xz book-60e18750bdc81d3d49e16d5bd84b9a4e82ef3f7a.zip |
Improve Bibliogram
-rw-r--r-- | scripts-greasemonkey/instagram_to_bibliogram.user.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts-greasemonkey/instagram_to_bibliogram.user.js b/scripts-greasemonkey/instagram_to_bibliogram.user.js index 114cd58..19d5781 100644 --- a/scripts-greasemonkey/instagram_to_bibliogram.user.js +++ b/scripts-greasemonkey/instagram_to_bibliogram.user.js @@ -7,7 +7,8 @@ // @include * // @exclude /^http(s|)://(www[.]|)bibliogram[.]art/.*$/ // @exclude /^http(s|)://(www[.]|)bibliogram[.]snopyta[.]org/.*$/ -// @version 0.1.0 +// @exclude /^http(s|)://(www[.]|)bibliogram[.]pussthecat[.]org/.*$/ +// @version 0.1.1 // @grant none // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // ==/UserScript== |