time.google.com
time1.google.com
time2.google.com
time3.google.com
| #!/usr/bin/env node | |
| /** | |
| * @file This script extracts a list of mods from a Steam Workshop collection and generates an XML document | |
| * in a format compatible with the Barotrauma Modlist. | |
| * | |
| * @see {@link http://s.team/a/602960} for more information about Barotrauma. | |
| * | |
| * @example | |
| * // How to run: |
| // ==UserScript== | |
| // @name steam_workshop_subscribe_page_v1.js | |
| // @namespace Violentmonkey Scripts | |
| // @match https://steamcommunity.com/workshop/browse/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Gesugao-san | |
| // @description huh | |
| // ==/UserScript== |
| // For https://topersoft.com/ | |
| function randomIntFromInterval(min, max) { | |
| return Math.floor(Math.random() * (max - min + 1) + min); | |
| } | |
| function sleep(ms) { | |
| return new Promise(resolve => setTimeout(resolve, ms)); | |
| } | |
| async function likeAllComment() { | |
| var messages = document.querySelectorAll('.vote-good'); | |
| for (var i = 0; i < messages.length; i++) { |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| User = 'ChangeMe' | |
| WalkthroughNumber = 1 | |
| WordMetaMain = r'.\world_meta.xml' | |
| WorldFileNamePrefab = '.%s.%s' % (User, WalkthroughNumber) | |
| import os |

---
[center] **WTS+** — это мультиязычное [браузерное](https://ru.wikipedia.org/wiki/Расширение_браузера), расширяющее функциональность [официального](https://store.gaijin.net), в целях повышения удобства для покупателей. /center
---
| @REM Microsoft Windows [Version 10.0.19045.2546] | |
| @CD /d C:\ | |
| @SETLOCAL ENABLEDELAYEDEXPANSION | |
| @ECHO OFF | |
| Dism /online /Get-Features /format:table | find "SMB1Protocol" | |
| SET Arr[0]=SMB1Protocol | |
| SET Arr[1]=SMB1Protocol-Client | |
| SET Arr[2]=SMB1Protocol-Server | |
| SET Arr[3]=SMB1Protocol-Deprecation |
| <?xml version="1.0" encoding="utf-8"?> | |
| <CheatTable CheatEngineTableVersion="38"> | |
| <CheatEntries> | |
| <CheatEntry> | |
| <ID>116</ID> | |
| <Description>"> Игрок (обновляется постоянно)"</Description> | |
| <Options moHideChildren="1"/> | |
| <LastState Value="" RealAddress="00000000"/> | |
| <GroupHeader>1</GroupHeader> | |
| <CheatEntries> |
| (() => { | |
| return console.log("Moved to https://github.com/GesuDatasGContactsProject/dump_html_table"); | |
| })(); |