generated from iamogbz/oss-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): scripts and libraries v1.4.0 [skip ci]
# [1.4.0](v1.3.1...v1.4.0) (2024-12-19) ### Features * **export-element:** add component to support printing a html element complete with styles ([#1088](#1088)) ([4affcd9](4affcd9))
- Loading branch information
1 parent
717b659
commit e6cf2ed
Showing
13 changed files
with
52 additions
and
36 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,19 @@ | ||
// ==UserScript== | ||
// @name Amazon Sort by Review | ||
// @description Sort products best by reviews | ||
// @version 1.3.0 | ||
// @version 1.4.0 | ||
// @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.3.0/amazon-sort-by-review.user.js | ||
// @downloadURL https://github.com/iamogbz/oh-my-scripts/raw/1.4.0/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.3.0/lib/interval.js | ||
// @require https://github.com/iamogbz/oh-my-scripts/raw/1.4.0/lib/interval.js | ||
// @updateURL https://github.com/iamogbz/oh-my-scripts/raw/gh-pages/amazon-sort-by-review.user.js | ||
// ==/UserScript== | ||
|
||
(()=>{"use strict";var r,e={8492:(r,e,o)=>{const n=o(3149);!function(){const r="review-count-rank";(0,n.doEvery)({condition:()=>{const e=new URL(window.location.href).searchParams;return e.has("s")&&e.get("s")!==r},callback:()=>{const e=new URL(window.location.href);e.searchParams.set("s",r),window.location.href=e.href}})}()}},o={};function n(r){var t=o[r];if(void 0!==t)return t.exports;var s=o[r]={exports:{}};return e[r](s,s.exports,n),s.exports}n.m=e,r=[],n.O=(e,o,t,s)=>{if(!o){var a=1/0;for(h=0;h<r.length;h++){for(var[o,t,s]=r[h],i=!0,c=0;c<o.length;c++)(!1&s||a>=s)&&Object.keys(n.O).every((r=>n.O[r](o[c])))?o.splice(c--,1):(i=!1,s<a&&(a=s));if(i){r.splice(h--,1);var f=t();void 0!==f&&(e=f)}}return e}s=s||0;for(var h=r.length;h>0&&r[h-1][2]>s;h--)r[h]=r[h-1];r[h]=[o,t,s]},n.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r={89:0};n.O.j=e=>0===r[e];var e=(e,o)=>{var t,s,[a,i,c]=o,f=0;if(a.some((e=>0!==r[e]))){for(t in i)n.o(i,t)&&(n.m[t]=i[t]);if(c)var h=c(n)}for(e&&e(o);f<a.length;f++)s=a[f],n.o(r,s)&&r[s]&&r[s][0](),r[s]=0;return n.O(h)},o=self.webpackChunkoh_my_scripts=self.webpackChunkoh_my_scripts||[];o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})();var t=n.O(void 0,[382],(()=>n(8492)));t=n.O(t)})(); | ||
(()=>{"use strict";var r,e={4100:(r,e,o)=>{const n=o(8594);!function(){const r="review-count-rank";(0,n.doEvery)({condition:()=>{const e=new URL(window.location.href).searchParams;return e.has("s")&&e.get("s")!==r},callback:()=>{const e=new URL(window.location.href);e.searchParams.set("s",r),window.location.href=e.href}})}()}},o={};function n(r){var t=o[r];if(void 0!==t)return t.exports;var s=o[r]={exports:{}};return e[r](s,s.exports,n),s.exports}n.m=e,r=[],n.O=(e,o,t,s)=>{if(!o){var a=1/0;for(h=0;h<r.length;h++){for(var[o,t,s]=r[h],i=!0,c=0;c<o.length;c++)(!1&s||a>=s)&&Object.keys(n.O).every((r=>n.O[r](o[c])))?o.splice(c--,1):(i=!1,s<a&&(a=s));if(i){r.splice(h--,1);var f=t();void 0!==f&&(e=f)}}return e}s=s||0;for(var h=r.length;h>0&&r[h-1][2]>s;h--)r[h]=r[h-1];r[h]=[o,t,s]},n.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r={576:0};n.O.j=e=>0===r[e];var e=(e,o)=>{var t,s,[a,i,c]=o,f=0;if(a.some((e=>0!==r[e]))){for(t in i)n.o(i,t)&&(n.m[t]=i[t]);if(c)var h=c(n)}for(e&&e(o);f<a.length;f++)s=a[f],n.o(r,s)&&r[s]&&r[s][0](),r[s]=0;return n.O(h)},o=self.webpackChunkoh_my_scripts=self.webpackChunkoh_my_scripts||[];o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})();var t=n.O(void 0,[52],(()=>n(4100)));t=n.O(t)})(); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.