Skip to content

Commit

Permalink
prepare for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
ading2210 committed Aug 21, 2023
1 parent bfc32d1 commit 3e10b83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Dextensify
Dextensify is an exploit which lets you disable most admin-installed Chrome extensions from any webpage. It can be used from regular websites, HTML files, and data URLs.

For the exploit itself, visit one of the following links:
- https://dextensify.ading.dev/
- https://dextensify.pages.dev/

An explanation is available on [my website](https://ading.dev/blog/posts/dextensify.html).

## Copyright:
This repository is licensed under the MIT License.

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 style="margin-top: 8px">Dextensify</h1>
<li><a href="./main.html">Main HTML file</a></li>
<li><a href="./data_url.txt">Data URL</a></li>
</ul>
<p><b>THIS IS CURRENTLY UNFINISHED AND NOT READY FOR GENERAL USE</b></p>
<p>The source code for this is available at <a href="https://github.com/ading2210/dextensify">ading2210/dextensify</a>.
<hr>
<details>
<summary style="margin-bottom: 8px;">
Expand Down
2 changes: 1 addition & 1 deletion main.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2>Instructions</h2>
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</pre>
<p style="font-size: 13px; text-align: right;"><i>Version 1.0r5</i></p>
<p style="font-size: 13px; text-align: right;"><i>Version 1.0</i></p>
</details>
</div>
</body>
Expand Down

0 comments on commit 3e10b83

Please sign in to comment.