Skip to content

Commit

Permalink
UIMigration > Final release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nuriofernandez committed Oct 13, 2019
1 parent e0b9156 commit 394f0f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
2 changes: 0 additions & 2 deletions src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var enabledSites = {
shst: true,
croco: true,
linkshrink: true,
ouo: true,
bluemediafiles: true,
spam: true,
}
Expand Down Expand Up @@ -43,7 +42,6 @@ chrome.storage.local.get('enabledSites', function(result) {
shst: true,
croco: true,
linkshrink: true,
ouo: true,
bluemediafiles: true,
spam: true,
}
Expand Down
7 changes: 1 addition & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ads Link Skipper",
"version": "1.6.3",
"version": "1.7.1",
"description": "Skip ads on sites like adf.ly and prevent spam popups",
"author": [{
"name": "xXNurioXx",
Expand All @@ -19,8 +19,6 @@
"*://*.ouo.io/*",
"*://*.ouo.press/*",

"*://*.cuon.io/*",

"*://*.sh.st/*",
"*://*.clkmein.com/*",
"*://*.viid.me/*",
Expand Down Expand Up @@ -165,9 +163,6 @@
"*://*.shon.xyz/*",
"*://*.fas.li/*",

"*://*.jzrputtbut.net/*",
"*://*.linkbucks.com/*",

"*://*.bluemediafiles.com/*"
],

Expand Down
20 changes: 10 additions & 10 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ <h1>Ads Link Skiper</h1>
<div class="bar-credit">
<h4>Power by <a href="https://nurio.me" target="_blank">nurio.me</a></h4>
</div>
<div class="bar-donate"><a class="btn btn-danger btn-donate" href="https://www.paypal.me/Nurio" target="_blank">Donate</a></div>
<div class="bar-donate"><a class="btn btn-danger btn-donate" href="https://www.paypal.me/Nurio"
target="_blank">Donate</a></div>
</div>
</div>

Expand Down Expand Up @@ -55,27 +56,26 @@ <h4>Power by <a href="https://nurio.me" target="_blank">nurio.me</a></h4>
<div class="site-name">SH.ST</div>
</div>

<!-- SH.ST -->
<!-- CROCO -->
<div class="section-row">
<div class="site-toggle">
<label class="switch">
<input type="checkbox" id="shinkme">
<input type="checkbox" id="croco">
<span class="slider"></span>
</label>
</div>
<div class="site-name">ShinkMe</div>
<div class="site-name">CROCO</div>
</div>


<!-- CROCO -->
<!-- SH.ST -->
<div class="section-row">
<div class="site-toggle">
<label class="switch">
<input type="checkbox" id="croco">
<input type="checkbox" id="shinkme">
<span class="slider"></span>
</label>
</div>
<div class="site-name">CROCO</div>
<div class="site-name">SHINK ME</div>
</div>

<!-- LINK SHRINK -->
Expand All @@ -86,7 +86,7 @@ <h4>Power by <a href="https://nurio.me" target="_blank">nurio.me</a></h4>
<span class="slider"></span>
</label>
</div>
<div class="site-name">LinkShrink</div>
<div class="site-name">LINK SHRINK</div>
</div>

<!-- BLUE MEDIA FILES -->
Expand All @@ -97,7 +97,7 @@ <h4>Power by <a href="https://nurio.me" target="_blank">nurio.me</a></h4>
<span class="slider"></span>
</label>
</div>
<div class="site-name">BlueMediaFiles</div>
<div class="site-name">BLUE MEDIA FILES</div>
</div>

</div>
Expand Down
3 changes: 1 addition & 2 deletions src/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Area */
/* Style start */

.outer {
display : table;
Expand Down

0 comments on commit 394f0f0

Please sign in to comment.