v12.01.25.0

This commit is contained in:
Sak32009
2025-01-12 21:11:30 +01:00
parent e6aec2022f
commit 330204fb77
4 changed files with 610 additions and 430 deletions

View File

@@ -1,4 +1,4 @@
# v1.0.1
# v1.0.0
root = true

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2016-2024 Sak32009
Copyright (c) 2016-2025 Sak32009
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name Get Data from Steam / SteamDB
// @namespace sak32009-gaxvyvrguokgtog
// @version 5.5.1
// @version 12.01.25.0
// @author Sak32009
// @description Get Data from Steam / SteamDB (ex Get DLC Info from SteamDB)
// @license MIT
@@ -16,15 +16,13 @@
// @match *://steamdb.info/app/*
// @match *://steamdb.info/depot/*
// @match *://store.steampowered.com/app/*
// @require https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
// @require https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js
// @require https://cdn.jsdelivr.net/npm/fflate@0.8.2/umd/index.min.js
// @require https://cdn.jsdelivr.net/npm/file-saver@2.0.5/dist/FileSaver.min.js
// @require https://cdn.jsdelivr.net/npm/jimp@0.22.12/browser/lib/jimp.min.js
// @require https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js
// @require https://cdn.jsdelivr.net/npm/json5@2.2.3/dist/index.min.js
// @require https://cdn.jsdelivr.net/npm/protobufjs@7.4.0/dist/light/protobuf.min.js
// @require https://cdn.jsdelivr.net/npm/bytebuffer@5.0.1/dist/bytebuffer.min.js
// @require https://unpkg.com/jquery@3.7.1/dist/jquery.min.js
// @require https://unpkg.com/@popperjs/core@2.11.8/dist/umd/popper.min.js
// @require https://unpkg.com/fflate@0.8.2/umd/index.js
// @require https://unpkg.com/file-saver@2.0.5/dist/FileSaver.min.js
// @require https://unpkg.com/lodash@4.17.21/lodash.min.js
// @require https://unpkg.com/protobufjs@7.4.0/dist/light/protobuf.min.js
// @require https://unpkg.com/bytebuffer@5.0.1/dist/bytebuffer.min.js
// @connect cdn.cloudflare.steamstatic.com
// @connect github.com
// @connect raw.githubusercontent.com
@@ -36,6 +34,7 @@
// @grant GM_xmlhttpRequest
// @grant unsafeWindow
// @grant window.close
// @run-at document-end
// @noframes
// @updatedAt Sun, 03 Nov 2024 14:27:21 GMT
// @updatedAt Sun, 12 Jan 2025 19:35:34 GMT
// ==/UserScript==

File diff suppressed because one or more lines are too long