time.google.com
time1.google.com
time2.google.com
time3.google.com
// ==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 |
![store_extension_home_preview|1000x325](upload://dk4DxU6u9yZjMjEjCcBO6wDDgB0.gif)
---
[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"); | |
})(); |
openapi: 3.0.0 | |
info: | |
version: "1.0" | |
title: BYOND API | |
description: "Website offer a free API that provides some info for a players and about players, hubs and worlds." | |
termsOfService: https://www.byond.com/TOS | |
contact: | |
name: SS13HUB Team | |
url: http://discord.gg/HMwbBZyEum |