This repository has been archived by the owner on May 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
143 additions
and
1,094 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
{ | ||
"name": "p0weruser", | ||
"description": "A modularized userScript for pr0gramm.com", | ||
"homepage": "https://github.com/FlorianMaak/p0weruser", | ||
"author": { | ||
"name": "Florian Maak", | ||
"name": "p0weruser", | ||
"description": "A modularized userScript for pr0gramm.com", | ||
"homepage": "https://github.com/FlorianMaak/p0weruser", | ||
"author": { | ||
"name": "Florian Maak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"keywords": [ | ||
"UserScript", | ||
"TaperMonkey", | ||
"pr0gramm" | ||
], | ||
"version": "0.9.5", | ||
"license": "GPL-3.0", | ||
"dependencies": { | ||
"chart.js": "^2.7.2", | ||
"moment": "^2.22.0", | ||
"simplebar": "^2.5.1", | ||
"version": "0.9.6", | ||
"license": "GPL-3.0", | ||
"dependencies": { | ||
"chart.js": "^2.7.2", | ||
"moment": "^2.22.0", | ||
"simplebar": "^2.5.1", | ||
"tesseract.js": "^1.0.10" | ||
}, | ||
"devDependencies": { | ||
"ajv": "^6.2.1", | ||
"css-loader": "^0.28.10", | ||
"html-loader": "^0.5.5", | ||
"less": "^3.0.1", | ||
"less-loader": "^4.1.0", | ||
"style-loader": "^0.20.3", | ||
"webpack": "^4.1.1", | ||
"webpack-cli": "^2.0.11", | ||
"ajv": "^6.2.1", | ||
"css-loader": "^0.28.10", | ||
"html-loader": "^0.5.5", | ||
"less": "^3.0.2", | ||
"less-loader": "^4.1.0", | ||
"style-loader": "^0.20.3", | ||
"webpack": "^4.1.1", | ||
"webpack-cli": "^2.0.11", | ||
"webpack-auto-inject-version": "^1.0.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FlorianMaak/p0weruser/issues", | ||
"bugs": { | ||
"url": "https://github.com/FlorianMaak/p0weruser/issues", | ||
"email": "[email protected]" | ||
}, | ||
"engines": { | ||
"engines": { | ||
"node": ">=6.11.5" | ||
}, | ||
"repository": { | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FlorianMaak/p0weruser" | ||
"url": "git+https://github.com/FlorianMaak/p0weruser" | ||
}, | ||
"scripts": { | ||
"scripts": { | ||
"postinstall": "npm run build", | ||
"dev": "webpack --config webpack.config.js --watch --mode development", | ||
"build": "webpack --config webpack.config.js --mode production", | ||
"test": "webpack --config webpack.config.js" | ||
"dev": "webpack --config webpack.config.js --watch --mode development", | ||
"build": "webpack --config webpack.config.js --mode production", | ||
"test": "webpack --config webpack.config.js" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,10 @@ | |
text-align: center; | ||
text-transform: none; | ||
color: #888; | ||
|
||
.white { | ||
color: #f2f5f4; | ||
} | ||
} | ||
|
||
small { | ||
|
This file contains 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
This file contains 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