forked from quoid/userscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request quoid#144 from quoid/v3.3.0
V3.3.0
- Loading branch information
Showing
8 changed files
with
180 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
<!-- Please fill out the below information before submitting your issue --> | ||
<!-- | ||
If you are having issues with script injection, please include examples of what is not working and try the userscript below: | ||
Please fill out the below information before submitting your issue. | ||
If you are having issues with script injection, please include examples of what is not working and try the userscript below to determine whether the issue is with the extension or your Javascript. | ||
// ==UserScript== | ||
// @name TestScript | ||
// @description This is your new file, start writing code | ||
// @match *://*/* | ||
// @name TestScript | ||
// @description This is your new file, start writing code | ||
// @match <all_urls> | ||
// @exclude-match *://*.google.com/* | ||
// @noframes | ||
// ==/UserScript== | ||
console.log("This is a test script"); | ||
console.log(`This is a test script - ${window.location.href}`); | ||
--> | ||
|
||
_System Information:_ | ||
> macOS version: | ||
> Userscripts version: | ||
> Safari version: | ||
> Is this issue related to script injection? | ||
> Did the test script run on your machine? | ||
> Did the test script (pasted above) successfully run on your machine? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters