diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-18 11:41:19 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-18 11:41:19 -0500 |
commit | 5133870b41078d3193ef2efc6a7ed4e3d27a8f54 (patch) | |
tree | a0fc614cb0f681bccc7b683dbe702c029b06f015 /scripts-greasemonkey | |
parent | af49d350c0fe1b4c65e39031b4aca03247a87350 (diff) | |
download | book-5133870b41078d3193ef2efc6a7ed4e3d27a8f54.tar.lz book-5133870b41078d3193ef2efc6a7ed4e3d27a8f54.tar.xz book-5133870b41078d3193ef2efc6a7ed4e3d27a8f54.zip |
scripts-greasemonkey: change instance bibliogram
Diffstat (limited to 'scripts-greasemonkey')
-rw-r--r-- | scripts-greasemonkey/instagram_to_bibliogram.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-greasemonkey/instagram_to_bibliogram.user.js b/scripts-greasemonkey/instagram_to_bibliogram.user.js index 1a7c8e6..459e85a 100644 --- a/scripts-greasemonkey/instagram_to_bibliogram.user.js +++ b/scripts-greasemonkey/instagram_to_bibliogram.user.js @@ -15,7 +15,7 @@ /* jshint esversion: 6 */ // Set you favorite Bibliogram instance! (https://github.com/cloudrac3r/bibliogram/wiki/Instances#instance-list) -let instance = 'bibliogram.art'; +let instance = 'bibliogram.snopyta.org'; // Console Style - Debug let consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;'; |