Skip to content

Commit

Permalink
chore(release): scripts and libraries v1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2024-12-22)

### Bug Fixes

* select text content of node in context of mouse action even without highlight ([ed56efe](ed56efe)), closes [#1268](#1268)
  • Loading branch information
semantic-release-bot committed Dec 22, 2024
1 parent 056f98b commit 2b7b8e8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions amazon-sort-by-review.user.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// ==UserScript==
// @name Amazon Sort by Review
// @description Sort products best by reviews
// @version 1.5.0
// @version 1.5.1
// @author iamogbz
// @homepage https://github.com/iamogbz/oh-my-scripts
// @supportURL https://github.com/iamogbz/oh-my-scripts/issues
// @match *://*.amazon.ca/*
// @match *://*.amazon.com/*
// @match *://*.amazon.co.uk/*
// @downloadURL https://github.com/iamogbz/oh-my-scripts/raw/1.5.0/amazon-sort-by-review.user.js
// @downloadURL https://github.com/iamogbz/oh-my-scripts/raw/1.5.1/amazon-sort-by-review.user.js
// @grant GM_xmlhttpRequest
// @icon https://github.com/iamogbz/oh-my-scripts/raw/main/assets/monkey_128.png
// @namespace iamogbz/oh-my-scripts
// @require https://github.com/iamogbz/oh-my-scripts/raw/1.5.0/lib/interval.js
// @require https://github.com/iamogbz/oh-my-scripts/raw/1.5.1/lib/interval.js
// @updateURL https://github.com/iamogbz/oh-my-scripts/raw/gh-pages/amazon-sort-by-review.user.js
// ==/UserScript==

Expand Down
10 changes: 5 additions & 5 deletions export-element.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions github-file-preview-apib.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions github-file-preview-html.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions no-window-open.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b7b8e8

Please sign in to comment.