Skip to content

Commit

Permalink
- patch for a change in the classname to the underlying website
Browse files Browse the repository at this point in the history
- added default test task
  • Loading branch information
ekkis committed Jun 8, 2019
1 parent 710daa2 commit 3e00b89
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 20 deletions.
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "test",
"group": {
"kind": "test",
"isDefault": true
},
"problemMatcher": []
}
]
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var config = {
number: 'number-boxes-item-number',
country: 'number-boxes-item-country',
button: 'number-boxes-item-button',
message: 'wrpcsel'
message: 'wrpc1sel1'
}
var self = module.exports = {
config: opts => { Object.assign(config, opts) },
Expand Down
38 changes: 19 additions & 19 deletions t/msgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2 class="page-description">+1 9893043244 is a United States mobile phone numbe

<div id="content" class="background-gradient-grey mh-2100">
<style>
.wrptable {table-layout: fixed; width: 100%}.wrpcsel{word-wrap: break-word}.wrpcel{word-wrap: break-word}.tbdif{margin-top:20px}.adhie{height:90px;margin-top:15px;margin-bottom:15px;}.pcolor{color:#5aaefc}
.wrptable {table-layout: fixed; width: 100%}.wrpc1sel1{word-wrap: break-word}.wrpcel{word-wrap: break-word}.tbdif{margin-top:20px}.adhie{height:90px;margin-top:15px;margin-bottom:15px;}.pcolor{color:#5aaefc}
</style>
<div id="content" class="container content-inner">
<div>
Expand All @@ -130,29 +130,29 @@ <h4 class="category-description">List of last 50 SMS messages received</h4>
</thead>
<tbody>
<tr>
<td class="wrpcel wrpcsel">17742201178</td>
<td class="wrpcel wrpcsel">Use 310637 as your login code for Tinder</td>
<td class="wrpcel wrpcsel">3 minutes ago</td>
<td class="wrpcel wrpc1sel1">17742201178</td>
<td class="wrpcel wrpc1sel1">Use 310637 as your login code for Tinder</td>
<td class="wrpcel wrpc1sel1">3 minutes ago</td>
</tr><tr>
<td class="wrpcel wrpcsel">17742201178</td>
<td class="wrpcel wrpcsel">Use 531917 as your login code for Yubo</td>
<td class="wrpcel wrpcsel">3 minutes ago</td>
<td class="wrpcel wrpc1sel1">17742201178</td>
<td class="wrpcel wrpc1sel1">Use 531917 as your login code for Yubo</td>
<td class="wrpcel wrpc1sel1">3 minutes ago</td>
</tr><tr>
<td class="wrpcel wrpcsel">12135168202</td>
<td class="wrpcel wrpcsel">Your Tinder code is 721578</td>
<td class="wrpcel wrpcsel">6 minutes ago</td>
<td class="wrpcel wrpc1sel1">12135168202</td>
<td class="wrpcel wrpc1sel1">Your Tinder code is 721578</td>
<td class="wrpcel wrpc1sel1">6 minutes ago</td>
</tr><tr>
<td class="wrpcel wrpcsel">17025003695</td>
<td class="wrpcel wrpcsel">PayPal: Responda con su codigo. CODIGO: 303072</td>
<td class="wrpcel wrpcsel">7 minutes ago</td>
<td class="wrpcel wrpc1sel1">17025003695</td>
<td class="wrpcel wrpc1sel1">PayPal: Responda con su codigo. CODIGO: 303072</td>
<td class="wrpcel wrpc1sel1">7 minutes ago</td>
</tr><tr>
<td class="wrpcel wrpcsel">16787723168</td>
<td class="wrpcel wrpcsel">BoxyPay Alert: Please NOTE that ...</td>
<td class="wrpcel wrpcsel">18 minutes ago</td>
<td class="wrpcel wrpc1sel1">16787723168</td>
<td class="wrpcel wrpc1sel1">BoxyPay Alert: Please NOTE that ...</td>
<td class="wrpcel wrpc1sel1">18 minutes ago</td>
</tr><tr>
<td class="wrpcel wrpcsel">12135168202</td>
<td class="wrpcel wrpcsel">Your Tinder code is 071915</td>
<td class="wrpcel wrpcsel">2 hours ago</td>
<td class="wrpcel wrpc1sel1">12135168202</td>
<td class="wrpcel wrpc1sel1">Your Tinder code is 071915</td>
<td class="wrpcel wrpc1sel1">2 hours ago</td>
</tr> </tbody>
</table>
</div>
Expand Down

0 comments on commit 3e00b89

Please sign in to comment.