diff options
author | Jesús <heckyel@hyperbola.info> | 2020-04-05 13:46:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-04-05 13:46:11 -0500 |
commit | f8e09a18e5f0212598ef41747a8195f6bad23fc8 (patch) | |
tree | c1a20404fa56efd9e4b4b0b63122217248f72b81 | |
parent | 0b5ea7465248d87789adfc66f0f4ad509d962fe5 (diff) | |
download | book-f8e09a18e5f0212598ef41747a8195f6bad23fc8.tar.lz book-f8e09a18e5f0212598ef41747a8195f6bad23fc8.tar.xz book-f8e09a18e5f0212598ef41747a8195f6bad23fc8.zip |
instagram_to_bibliogram: change instance
-rw-r--r-- | scripts-greasemonkey/instagram_to_bibliogram.user.js | 4 |
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 c8126dc..ccf5b2f 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.4 +// @version 0.1.5 // @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.pussthecat.org'; +let instance = 'bibliogram.snopyta.org'; // Console Style - Debug let consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;'; |