Skip to content

Commit

Permalink
Upper cased the first character of the name
Browse files Browse the repository at this point in the history
  • Loading branch information
phrogg committed Oct 19, 2019
1 parent b22bfc1 commit 84b1662
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 3 deletions.
Binary file added icons/Icon-144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Icon-36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/Icon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file removed icons/kafi-128.png
Binary file not shown.
Binary file removed icons/kafi-64.png
Binary file not shown.
2 changes: 2 additions & 0 deletions injectme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ var ware = document.getElementById("viewad-title").innerHTML.replace("\n
var kauf = document.getElementsByClassName("formcontrol viewad-contact-contactName")[0].value;
var mess = document.getElementsByClassName("viewad-contact-message");

verk = verk[0].toUpperCase() + verk.substring(1,verk.length);

var nwstyle = "margin-top: 0px; margin-bottom: 0px; height: 200px;";

var nwmesag = "Sehr geehrter Herr/Frau "+verk+",\n\nIch interessiere mich für "+ware+". Und wollte fragen \n\nLiebe Grüße,\n"+kauf;
Expand Down
11 changes: 8 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
"manifest_version": 2,
"name": "eBayKleinanzeigenHelper",
"description": "Helping on Kleinanzeigen.",
"version": "0.1",
"version": "0.2",
"author": "Phil Roggenbuck <ceo@roggstar.eu>",

"icons": {
"64": "icons/kafi-64.png",
"128": "icons/kafi-128.png"
"36": "icons/Icon-36.png",
"48": "icons/Icon-48.png",
"72": "icons/Icon-72.png",
"96": "icons/Icon-96.png",
"144": "icons/Icon-144.png",
"192": "icons/Icon-192.png",
"512": "icons/Icon-512.png"
},

"content_scripts": [
Expand Down

0 comments on commit 84b1662

Please sign in to comment.