Skip to content

Commit

Permalink
(JS) searchSelectionShortcut v1.7.3:
Browse files Browse the repository at this point in the history
add support for regular expression custom matches.
see the readme or the script file description for instructions.
  • Loading branch information
aminomancer committed Sep 21, 2022
1 parent a050e33 commit 76f9d8b
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 52 deletions.
4 changes: 2 additions & 2 deletions JS/extensionStylesheetLoader.uc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Extension Stylesheet Loader
// @version 1.1.2
// @version 1.1.3
// @author aminomancer
// @homepage https://github.com/aminomancer
// @description Allows users to share stylesheets for webextensions without
Expand Down Expand Up @@ -48,7 +48,7 @@ class ExtensionStylesheetLoader {
// create a manifest file that registers a URI for
// chrome://uc-extensionstylesheetloader/content/
this.manifestFile = await this.createTempFile(`content uc-extensionstylesheetloader ./`, {
name: "ucsss",
name: "ucess",
type: "manifest",
});
this.childFile = await this.createTempFile(
Expand Down

0 comments on commit 76f9d8b

Please sign in to comment.