Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cravxx/aimgames
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.29
Choose a base ref
...
head repository: cravxx/aimgames
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing with 33,106 additions and 12,355 deletions.
  1. +38 −0 .appveyor.yml
  2. +5 −0 .cleancss.json
  3. +52 −0 .codeclimate.yml
  4. +33 −0 .eslintignore
  5. +134 −0 .eslintrc.json
  6. +17 −0 .gitattributes
  7. +10 −0 .gitignore
  8. +0 −17 .project
  9. +0 −17 .settings/.jsdtscope
  10. +0 −2 .settings/org.eclipse.core.resources.prefs
  11. +0 −1 .settings/org.eclipse.wst.jsdt.ui.superType.container
  12. +0 −1 .settings/org.eclipse.wst.jsdt.ui.superType.name
  13. +22 −0 LICENSE.md
  14. +16 −2 README.md
  15. +21 −0 aimgames/alive/README.md
  16. +92 −0 aimgames/alive/alive.user.js
  17. +102 −0 aimgames/alive/elementremover.user.js
  18. +6 −0 aimgames/chameleon/README.md
  19. +254 −0 aimgames/chameleon/chameleon.user.js
  20. +391 −0 aimgames/chameleon/chameleon_random.user.js
  21. +241 −0 aimgames/chameleon/chameleon_vampire.user.js
  22. +179 −0 aimgames/chatbox++/chatboxplusplus-v2.user.js
  23. +391 −0 aimgames/chatbox++/chatboxplusplus.user.js
  24. +1,202 −0 aimgames/enhance/AIMEnhanced.user.js
  25. +57 −0 aimgames/enhance/alex.user.js
  26. +371 −0 aimgames/enhance/chatbox-proto.user.js
  27. +278 −0 aimgames/enhance/codemirror-base.css
  28. +346 −0 aimgames/enhance/codemirror-theme.css
  29. +111 −0 aimgames/enhance/editorbuttons.js
  30. +163 −0 aimgames/enhance/prism.css
  31. +5 −0 aimgames/enhance/prism.js
  32. +2 −0 aimgames/enhance/resources/alex-stupid-ni.js
  33. +1 −0 aimgames/enhance/resources/bbcode.js
  34. +1 −0 aimgames/enhance/resources/bbcodemixed.js
  35. +1 −0 aimgames/enhance/resources/codemirror-base.css
  36. +1 −0 aimgames/enhance/resources/codemirror-theme.css
  37. +6 −0 aimgames/enhance/resources/codemirror.js
  38. +1 −0 aimgames/enhance/resources/css.js
  39. +1 −0 aimgames/enhance/resources/editorbuttons.js
  40. +1 −0 aimgames/enhance/resources/htmlmixed.js
  41. +1 −0 aimgames/enhance/resources/javascript.js
  42. +2 −0 aimgames/enhance/resources/opentip-native.js
  43. +1 −0 aimgames/enhance/resources/prism.css
  44. +1 −0 aimgames/enhance/resources/prism.js
  45. +21 −0 aimgames/enhance/resources/spell.js
  46. +2 −0 aimgames/enhance/resources/swearifyLite.js
  47. +1 −0 aimgames/enhance/resources/usernamehistory.js
  48. +1 −0 aimgames/enhance/resources/vbscript.js
  49. +1 −0 aimgames/enhance/resources/write-bad.js
  50. +1 −0 aimgames/enhance/resources/xml.js
  51. +869 −0 aimgames/enhance/swearifyLite.js
  52. +2,686 −0 aimgames/enhance/themes-dev/bootstrap.css
  53. +1 −0 aimgames/enhance/themes-dev/links.disease
  54. +80 −0 aimgames/enhance/themes-dev/theme.candidate.css
  55. +21 −0 aimgames/enhance/themes-dev/theme.candidate.html
  56. +2,686 −0 aimgames/enhance/themes-dev2/bootstrap.css
  57. +17 −0 aimgames/enhance/themes-dev2/nav.html
  58. +177 −0 aimgames/enhance/themes-dev2/theme.css
  59. +269 −0 aimgames/enhance/usernamehistory.js
  60. +48 −0 aimgames/swearify/78-ltr.css
  61. +30 −0 aimgames/swearify/README.md
  62. +79 −0 aimgames/swearify/imagereuploader.user.js
  63. +28 −0 aimgames/swearify/index.css
  64. +10 −0 aimgames/swearify/jquery.caret.1.02.min.js
  65. +4,150 −0 aimgames/swearify/swearify.user.js
  66. +2,378 −0 aimgames/swearify/swearifyVar.js
  67. +258 −0 aimgames/swearify/swearify_image_utility.user.js
  68. +48 −0 aimgames/swearify/swearify_prototype.user.js
  69. +65 −0 aimgames/swearify/swearify_v2.css
  70. +909 −0 aimgames/swearify/swearify_v2.user.js
  71. +217 −0 aimgames/swearify/textUtils.js
  72. +74 −0 aimgames/swearify/trigger_remover.user.js
  73. +29 −0 aimgames/trash/README.md
  74. +50 −0 aimgames/trash/TODO.js
  75. +66 −68 { → aimgames/trash}/awayinator.user.js
  76. +67 −0 aimgames/trash/chat-script-v2_2012.js
  77. +472 −0 aimgames/trash/instantcena.user.js
  78. 0 { → aimgames/trash}/loginlogout.user.js
  79. +42 −0 aimgames/trash/myoot.user.js
  80. +577 −0 aimgames/trash/rafasrainbow.js
  81. +71 −0 aimgames/trash/usernamehistory.user.js
  82. +7 −0 aimgames/visual/README.md
  83. +2,927 −0 aimgames/visual/ancientAIM.css
  84. +23 −0 aimgames/visual/classicaim.user.js
  85. +2 −2 { → aimgames/visual}/mango.user.js
  86. +0 −86 alive/alive.user.js
  87. +0 −115 alive/alive_css.css
  88. +0 −139 alive/alive_toolset.js
  89. +0 −16 bin/chrome/manifest.json
  90. +0 −2,677 bin/chrome/swearify_full.user.js
  91. +0 −2,677 bin/firefox/swearify_full.user.js
  92. BIN bin/swearify.chrome.crx
  93. +0 −28 bin/swearify.chrome.pem
  94. BIN bin/swearify.xpi
  95. +0 −129 chameleon/chameleon.user.js
  96. +0 −125 chameleon/chameleon_vampire.user.js
  97. +0 −70 chameleon/random_chameleon.user.js
  98. +0 −57 charcount.user.js
  99. +98 −0 html/memes.html
  100. +57 −0 html/static/memes.txt
  101. +0 −13 instantisis.user.js
  102. +6 −0 lib/.eslintrc.json
  103. +38 −0 lib/SleazyScript/README.md
  104. +183 −0 lib/SleazyScript/sleazyCatcher.js
  105. +217 −0 lib/SleazyScript/sleazyProxy.js
  106. +160 −0 lib/browser-emitter.js
  107. +617 −0 lib/give.js
  108. +186 −0 lib/multimap.js
  109. +1,884 −0 lib/pixiv-translations.js
  110. +110 −0 lib/react-deobfs.js
  111. +97 −0 lib/reactinternals.d.ts
  112. +918 −0 lib/reactinternals.js
  113. +70 −0 lib/webrequire.js
  114. +52 −0 lib/whatdoesthiselementlooklike.js
  115. +61 −0 lib/zapper.js
  116. +0 −33 myoot.user.js
  117. +46 −0 nonscripts/discord-script.js
  118. +19 −0 nonscripts/steam-degrouper.js
  119. +0 −5 other/README.md
  120. +0 −225 other/ratebot.user.js
  121. +58 −0 package.json
  122. +0 −63 rafasrainbow.js
  123. +0 −56 scream.user.js
  124. +0 −8 swearify/README.md
  125. +0 −617 swearify/give.js
  126. +0 −608 swearify/megachat.css
  127. +0 −1,299 swearify/megachat.js
  128. +0 −1,226 swearify/megavars.js
  129. +0 −1,299 swearify/swearify.user.js
  130. +0 −366 swearify/swearify_spec_ops.user.js
  131. +0 −214 swearify/textUtils.js
  132. +0 −20 updateN.bat
  133. +0 −74 usernamehistory.user.js
  134. +14 −0 userscripts/HRK-bypass.user.js
  135. +36 −0 userscripts/README.md
  136. +55 −0 userscripts/accountassist.user.js
  137. +80 −0 userscripts/animmex-fix.user.js
  138. +70 −0 userscripts/dc4in-bypass.user.js
  139. +62 −0 userscripts/discordjs-docs-improve.user.js
  140. +126 −0 userscripts/dragon-city-show-sessionid.user.js
  141. +138 −0 userscripts/dragon-city.css
  142. +49 −0 userscripts/encurtar-link-bypass.user.js
  143. +191 −0 userscripts/fact.user.js
  144. +241 −0 userscripts/github-image-utility.user.js
  145. +13 −0 userscripts/googledocs-fast-download.user.js
  146. +11 −0 userscripts/igg-games-bypass.user.js
  147. +23 −0 userscripts/kisshider.user.js
  148. +32 −0 userscripts/linkshrink-bypass.user.js
  149. +387 −0 userscripts/memereader.user.js
  150. +17 −0 userscripts/nexusfix.user.js
  151. +17 −0 userscripts/openload-block-popunder.user.js
  152. +119 −0 userscripts/prntsc-redirect.user.js
  153. +219 −0 userscripts/ratebot.user.js
  154. +17 −0 userscripts/schemas.user.js
  155. +24 −0 userscripts/scm-link-unremover.user.js
  156. +55 −0 userscripts/shades.user.js
  157. +33 −0 userscripts/sketchucation-aabk.user.js
  158. +101 −0 userscripts/steam-comment-improvements.user.js
  159. +16 −0 userscripts/tmturbo-track-downloader.user.js
  160. +12 −0 userscripts/uploadshub-anti-ad.user.js
  161. +36 −0 userscripts/wikia-bypass.user.js
  162. +410 −0 userscripts/youtube-improvements.user.js
  163. +1,608 −0 yarn.lock
38 changes: 38 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
environment:
access_token:
secure: wShbQfYcfaf2ZgU8dFgLTVJglCyGiK9/BHWcEbVZ4sU8SqxokPc4pFfl1ZY4qtlO

before_build:
- ps: Install-Product node stable
- npm install

# Post-install test scripts.
test_script:
- node --version
- npm --version

build_script:
- npm run lint

skip_commits:
# Regex for matching commit message
message: /Automated Appveyor build/
# Commit author's username, name, email or regexp maching one of these.
author: Appveyor Automated Build

# Note: AppVeyor checkout only the last commit and not the entire branch. So you may have to checkout the wanted branch: git checkout master
on_success:
#- cmd: SET PATH=%tempath%
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git config --global user.email "app@veyor.mp4"
- git config --global user.name "Appveyor Automated Build"
- cmd: For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c-%%a-%%b)
- cmd: For /f "tokens=1-2 delims=/:" %%a in ('time /t') do (set mytime=%%a:%%b)
# update gh-pages with master's contents
- git checkout gh-pages || git checkout -b gh-pages
- git status
- git rm build/src/libraries/beautifier.js
- git reset --hard HEAD
- git rebase master
- git push origin gh-pages
5 changes: 5 additions & 0 deletions .cleancss.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// see build/prefix-css.js for information
// https://www.npmjs.com/package/clean-css
{
"level": 2
}
52 changes: 52 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
version: '2'
plugins:
duplication: #seems to be working
enabled: false
config:
languages:
- javascript
fixme: #seems to be working
enabled: false #eslint already does this
config:
strings:
- FIXME
- XXX
- TODO
- todo
eslint: #no idea if needs config https://docs.codeclimate.com/docs/eslint
enabled: true
channel: 'eslint-3'
config:
config: ./.eslintrc.json
extensions:
- .es6
- .js
- .user.js
- .jsx
csslint: #seems to be working
enabled: false #it's shit!
shellcheck:
enabled: true
markdownlint:
enabled: false

exclude_patterns:
- '**.min.js'
- '**/*.min.js'
- '*.min.js'
# not fixable
- 'lib/reactinternals.js'
- 'lib/multimap.js'
# abandoned
- 'aimgames'

checks:
method-complexity:
config:
threshold: 15
file-lines:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
33 changes: 33 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# /node_modules/* and /bower_components/* ignored by default

**/node_modules/**
bin/**
build/**
**.compiled.user.js
**.min.js
trash/**
enhance/resources/**
enhance/prism.js

# intentionally left as-is

enhance/chatbox-proto.user.js

# ignored for obsoletion purposes

alive/alive.user.js
alive/chatboxplusplus-v2.user.js
alive/chatboxplusplus.user.js
alive/elementremover.user.js
chameleon/chameleon_random.user.js
chameleon/chameleon_vampire.user.js
chameleon/chameleon.user.js
other/accountassist.user.js
other/discordjs-docs-improve.user.js
other/HRK-bypass.user.js
other/kisshider.user.js
other/ratebot.user.js
other/steam-degrouper.js
swearify/**
visual/classicaim.user.js
visual/mango.user.js
134 changes: 134 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
{
"env": {
"node": true, // just in case
"es6": true, // let, const, ``...
"greasemonkey": true, // GM_addStyle etc
"webextensions": true, // just in case
"jquery": true, // $('') stuff
"browser": true // window and document
},
"globals": {
"PRO_addStyle": true
},
"settings": {
"lodash": {
"version": 3
}
},
//"plugins": ["node", "json", "lodash", "classes"],
"rules": {
"quotes": [
"error",
"single",
"avoid-escape"
],
//uncomment this when were actually ready for it
//"no-var": "error",
//"prefer-const": "warn",
"strict": [
"warn",
"global"
],
"no-confusing-arrow": "warn",
"no-constant-condition": [
"warn",
{
"checkLoops": false
}
],
"no-warning-comments": "warn",
"no-eq-null": "error",
"no-else-return": "warn",
"dot-notation": "error",
"no-mixed-requires": "error",
"no-void": "error",
"no-unused-vars": [
"error",
{
"vars": "all",
"args": "after-used",
"varsIgnorePattern": "\\b(buttons|_replRegex|_replCallback|swearifyLite|usernameHistory|getProcessedStyle|_unsafeWindow|wipeHeader|outputFormat|_REAL_FUNC_|_setTimeout|_setInterval)\\b"
}
],
"semi": [
"error",
"always"
],
"no-sparse-arrays": "error",// blocks ,,,, in arrays
"use-isnan": "error",
"no-obj-calls": "error", // Some of these objects look as if they could be constructors due their capitalization (such as Math and JSON) but will throw an error if you try to execute them as functions.
"class-methods-use-this": "error", //If a class method does not use this, it can safely be made a static function.
"valid-typeof": "error", // This rule enforces comparing typeof expressions to valid string literals.
"dot-location": [ // Consistency in placing a newline before or after the dot can greatly increase readability.
"warn",
//"object" // the dot in a member expression should be on the same line as the object portion.
"property" // the dot in a member expression should be on the same line as the property portion.
],
"brace-style": [
"error",
"1tbs", // one true brace style, if (x) {\n y; \n} else {\n z; \n}
{
"allowSingleLine": false // disallow if (x) { y; } without any newlines
}
],
// requires a comma after and on the same line as an array element, object property, or variable declaration
"comma-style": [
"error", "last"
],
"no-extra-label": "warn"

// // Node.js plugin
// "node/no-deprecated-api": "error",
// "node/no-missing-require": "error",
// // retarded rule
// //"node/no-unpublished-require": "error",
// // doesnt work properly
// //"node/no-unsupported-features": "error",
// //"node/shebang": "error",
//
// // JSON plugin
// //"json/bad-json": "error",
//
// // Lodash plugin
// "lodash/callback-binding": "error",
// "lodash/chain-style": ["error", "as-needed"],
// "lodash/collection-method-value": "error",
// "lodash/collection-return": "error",
// "lodash/consistent-compose": ["error", "flow"],
// "lodash/identity-shorthand": ["error", "always"],
// "lodash/matches-prop-shorthand": ["error", "always"],
// "lodash/matches-shorthand": ["error", "always", 3],
// "lodash/no-commit": "error",
// "lodash/no-double-unwrap": "error",
// "lodash/no-extra-args": "error",
// "lodash/no-single-chain": "error",
// "lodash/path-style": ["error", "string"],
// "lodash/prefer-chain": ["error", 3],
// "lodash/prefer-compact": "error",
// "lodash/prefer-constant": "error",
// "lodash/prefer-filter": ["error", 3],
// "lodash/prefer-get": ["error", 3],
// "lodash/prefer-includes": ["error", {"includeNative": false}],
// //"lodash/prefer-lodash-chain": "error",
// //"lodash/prefer-lodash-method": "error",
// //"lodash/prefer-lodash-typecheck": "error",
// "lodash/prefer-map": "error",
// "lodash/prefer-matches": ["error", 3],
// "lodash/prefer-noop": "error",
// "lodash/prefer-reject": ["error", 3],
// //"lodash/prefer-startswith": "error",
// "lodash/prefer-thru": "error",
// "lodash/prefer-times": "error",
// "lodash/prefer-wrapper-method": "error",
// "lodash/preferred-alias": "error",
// "lodash/prop-shorthand": ["error", "always"],
// "lodash/unwrap": "error",
//
// // class syntax plugin
// "classes/space": "error",
// "classes/name": ["error", "class", "method"],
// //"classes/constructor" : "error",
// "classes/super": "error"
// //"classes/style": "error"
}
}
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mybuild.bat
build/build.jar
build/b.bat
build/mycompile.bat
build/myincrement.bat
.*.sw*
build/AddUserscriptLines.jar
build/IncrementBuildNumber.jar
build/BeautifyScript.jar
/node_modules/
17 changes: 0 additions & 17 deletions .project

This file was deleted.

17 changes: 0 additions & 17 deletions .settings/.jsdtscope

This file was deleted.

2 changes: 0 additions & 2 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

1 change: 0 additions & 1 deletion .settings/org.eclipse.wst.jsdt.ui.superType.container

This file was deleted.

1 change: 0 additions & 1 deletion .settings/org.eclipse.wst.jsdt.ui.superType.name

This file was deleted.

22 changes: 22 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2015-2020 Kaffeinated, uwx


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Scripts for AIM Games
# [![animated gif of a tumbleweed](https://i.imgur.com/1WhhtdH.gif)](https://i.imgur.com/1WhhtdH.gif) (legacy) scripts for AIM Games [![Build status](https://ci.appveyor.com/api/projects/status/d3wcdbxowut925bk/branch/master?svg=true)](https://ci.appveyor.com/project/uwx/aimgames/branch/master)
This repository contains some userscripts, most of which have not been updated in a _very, very_ long time.

View [the wiki](https://github.com/HulaSamsquanch/aimgames/wiki/) for more information.
We have [a wiki](https://github.com/cravxx/aimgames/wiki/), although it's not up to date either.

So long, and thanks for all the memes

[![Licensed under the MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/HulaSamsquanch/aimgames)](https://codeclimate.com/github/HulaSamsquanch/aimgames)
[![Code Climate issues](https://img.shields.io/codeclimate/issues/HulaSamsquanch/aimgames?label=code%20climate%20issues)](https://codeclimate.com/github/HulaSamsquanch/aimgames)

### Stuff that is in here

* **aimgames** contains the legacy scripts
* **nonscripts** contains snippets to be inserted into browser devtools to do stuff
* **lib** contains libraries that aren't good enough to be node modules of their own
* **userscripts** is where all the "latest" developments take place
Loading