aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-26 16:12:16 -0500
committerJesús <heckyel@hyperbola.info>2020-03-26 16:12:16 -0500
commit0b5ea7465248d87789adfc66f0f4ad509d962fe5 (patch)
treee009536402612914c861874f35b577c61c592450
parent628ce27f1a811719dbc7d8b48d5b5e60608dc0f1 (diff)
downloadbook-0b5ea7465248d87789adfc66f0f4ad509d962fe5.tar.lz
book-0b5ea7465248d87789adfc66f0f4ad509d962fe5.tar.xz
book-0b5ea7465248d87789adfc66f0f4ad509d962fe5.zip
instagram_to_bibliogram: update version and change instance
-rw-r--r--scripts-greasemonkey/instagram_to_bibliogram.user.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts-greasemonkey/instagram_to_bibliogram.user.js b/scripts-greasemonkey/instagram_to_bibliogram.user.js
index 36512a2..c8126dc 100644
--- a/scripts-greasemonkey/instagram_to_bibliogram.user.js
+++ b/scripts-greasemonkey/instagram_to_bibliogram.user.js
@@ -8,14 +8,14 @@
// @exclude /^http(s|)://(www[.]|)bibliogram[.]art/.*$/
// @exclude /^http(s|)://(www[.]|)bibliogram[.]snopyta[.]org/.*$/
// @exclude /^http(s|)://(www[.]|)bibliogram[.]pussthecat[.]org/.*$/
-// @version 0.1.3
+// @version 0.1.4
// @grant none
// @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html
// ==/UserScript==
/* jshint esversion: 6 */
// Set you favorite Bibliogram instance! (https://github.com/cloudrac3r/bibliogram/wiki/Instances#instance-list)
-let instance = 'bibliogram.snopyta.org';
+let instance = 'bibliogram.pussthecat.org';
// Console Style - Debug
let consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;';