Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
fix text scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Nov 3, 2018
1 parent 9fdda5f commit 677cedb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions docs/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ p {
line-height: 1.3em;
}

p.red {
padding: 5px;
}
p.red {
padding: 5px;
}

div.scroll {
max-width: 100%;
Expand All @@ -21,7 +21,3 @@ div.scroll {
p.no-bot {
margin-bottom: 0px;
}

p.no-top {
margin-top: 0px;
}
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ <h2>Extra installation steps for uBlock Origin</h2>
<p>Step 1. Enable <a href="ubo://subscribe?location=https%3A%2F%2Feasylist-downloads.adblockplus.org%2Fantiadblockfilters.txt&title=Adblock%20Warning%20Removal%20List">Adblock Warning Removal List</a>.</p>
<p>Step 2. Subscribe to <a href="ubo://subscribe?location=https%3A%2F%2Fgitcdn.xyz%2Frepo%2FNanoAdblocker%2FNanoFilters%2Fmaster%2FNanoMirror%2FNanoDefender.txt&title=Nano%20Defender%20Integration">Nano Defender Integration</a> filter list.</p>
<p class="no-bot">Step 3. Go to uBlock Origin dashboard, select <code>Settings</code> tab, check <code>I am an advanced user</code>, click the gears that shows up, replace <code>unset</code> after <code>userResourcesLocation</code> by:</p>
<div class="scroll"><p><code>https://gitcdn.xyz/repo/NanoAdblocker/NanoFilters/master/NanoFilters/NanoResources.txt</code></p></div>
<p class="no-top"><i>Note:</i> If you have another User Resources in use, then you would need to either switch to Nano Adblocker or manually merge resources. It takes an eternity to get any resources into uAssets, I have tried.</p>
<div class="scroll"><p class="no-bot"><code>https://gitcdn.xyz/repo/NanoAdblocker/NanoFilters/master/NanoFilters/NanoResources.txt</code></p></div>
<p><i>Note:</i> If you have another User Resources in use, then you would need to either switch to Nano Adblocker or manually merge resources. It takes an eternity to get any resources into uAssets, I have tried.</p>
<p><strong>Warning:</strong> The resource file is not a filter list, do not load it as a filter list or things will break.</p>
<p>Step 4. Subscribe to <a href="ubo://subscribe?location=https%3A%2F%2Fgitcdn.xyz%2Frepo%2FNanoAdblocker%2FNanoFilters%2Fmaster%2FNanoFilters%2FNanoBase.txt&title=Nano%20filters">Nano filters</a>.</p>
<p>Step 5. Subscribe to <a href="ubo://subscribe?location=https%3A%2F%2Fgitcdn.xyz%2Frepo%2FNanoAdblocker%2FNanoFilters%2Fmaster%2FNanoFilters%2FNanoWhitelist.txt&title=Nano%20filters%20-%20Whitelist">Nano filters - Whitelist</a>.</p>
Expand Down

0 comments on commit 677cedb

Please sign in to comment.