Skip to content

Commit

Permalink
chore(release): scripts and libraries v1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Dec 19, 2024
1 parent 717b659 commit e6cf2ed
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 36 deletions.
8 changes: 4 additions & 4 deletions amazon-sort-by-review.user.js
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)})();
16 changes: 16 additions & 0 deletions export-element.user.js

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

18 changes: 9 additions & 9 deletions github-file-preview-apib.user.js

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

22 changes: 11 additions & 11 deletions github-file-preview-html.user.js

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

2 changes: 1 addition & 1 deletion lib/dom-inline.js

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

Loading

0 comments on commit e6cf2ed

Please sign in to comment.