instagram_to_bibliogram: change instance

This commit is contained in:
Jesús 2020-04-05 13:46:11 -05:00
parent 0b5ea74652
commit f8e09a18e5
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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;';