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
/* | |
Browser bookmarklet version. | |
in the browser, make a new bookmark, | |
and for the url, put the following: | |
javascript:Game.LoadMod("https://rad-attraction.github.io/butte_godzamok/buttegoszamok.js"); | |
Now, whenever in the cookie clicker browser game, open that bookmarklet, and the mod will load. | |
*/ | |
( function () { | |
function Press(e) { | |
var l = String.fromCharCode(e.which).toLowerCase(); |
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
#ifndef CSHARPSHIM_H | |
#define CSHARPSHIM_H | |
#include "common/array.h" | |
#include "common/hashmap.h" | |
#include "common/hashmap.h" | |
#include "common/str.h" | |
#include "common/debug.h" | |
namespace CSharpShim |
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 Save Conversation - spacebattles.com | |
// @namespace Violentmonkey Scripts | |
// @match https://forums.spacebattles.com/conversations/*/page-* | |
// @grant none | |
// @version 1.0 | |
// @author - | |
// @require http://cdn.jsdelivr.net/g/filesaver.js | |
// @description 3/2/2020, 10:20:48 PM | |
// ==/UserScript== |
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
21:47:37 [D] data path: C:/Users/monya/AppData/Local/ModOrganizer/SkyrimSE | |
21:47:37 [D] Working directory: C:\Program Files\ModOrganizer | |
21:47:37 [D] Loaded settings: | |
21:47:37 [D] compact_downloads=true | |
21:47:37 [D] crash_dumps_max=5 | |
21:47:37 [D] crash_dumps_type=1 | |
21:47:37 [D] display_foreign=true | |
21:47:37 [D] force_enable_core_files=true | |
21:47:37 [D] hide_unchecked_plugins=false | |
21:47:37 [D] language=en_US |