This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return ([[ | |
Genesis | |
Chapter One | |
Genesis 1:1 In the beginning God created the heaven and the earth. | |
Genesis 1:2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters. | |
Genesis 1:3 And God said, Let there be light: and there was light. | |
Genesis 1:4 And God saw the light, that it was good: and God divided the light from the darkness. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Synapse support MAIN | |
// @homepage https://github.com/pozm/TamperMonkeyScripts | |
// @version 4 | |
// @description Makes the synapse support website much better (for staff). most notable features are : notifications for (new tickets, replies, and claimed ticketed closes), quick claim , and quick responses on agent page | |
// @author Pozm | |
// @downloadURL https://gist.githubusercontent.com/pozm/a391efab9b33acd8a5930871354635a8/raw/SynapseX.Main.js | |
// @updateURL https://gist.githubusercontent.com/pozm/a391efab9b33acd8a5930871354635a8/raw/SynapseX.Main.js | |
// @match http*://*.synapsesupport.io/* | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[die] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mods":[ | |
{ | |
"name":"DontMiss", | |
"remote_url":"https://cdn.discordapp.com/attachments/757933021642096733/968210247963533332/VulnusIl2cppMod.dll" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"No Hud", | |
"available_versions":["v0.0.2","v0.0.3"], | |
"current_version":"v0.0.3", | |
"last_updated":"2022-05-01T14:59:37.621Z", | |
"download_url":"https://cdn.discordapp.com/attachments/966808355404382288/970058791238393926/NoHudMod.dll" | |
}, | |
{ | |
"name":"Maploader Fix", |