Post-Local sync at 2025-07-07T20:11:09Z

This commit is contained in:
Mark Randall Havens 2025-07-07 15:13:41 -05:00
parent 606497ad38
commit 021ff2d5c4
102 changed files with 23215 additions and 117 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
import{t,_ as e,n as o,e as r}from"./shell-f94ce6eb.js";import{s}from"./icon-53c96cf1.js";const n="auth-flow-manager";let a=class extends s{constructor(){super(...arguments),this.params={}}firstUpdated(){customElements.whenDefined(n).then((()=>{this._showStep(),this.remove()}))}_showStep(){const{step:t,params:e}=this;if(!t)return;const o=document.querySelector(n);if(!o)throw new Error("Auth flow manager was not found");o.show(t,e)}createRenderRoot(){return this}};a.styles=[t],e([o({type:String,reflect:!0})],a.prototype,"step",void 0),e([o({type:Object})],a.prototype,"params",void 0),a=e([r("auth-flow-trigger")],a);

View file

@ -0,0 +1 @@
import"./guides-telemetry-3dac5230.js";import{t,_ as e,n as s,g as i,E as o,bu as a,c as n,a1 as r,s as l,e as h,q as c}from"./shell-f94ce6eb.js";import{S as p}from"./scroll-blocker-42c3ccd3.js";import{O as d,J as u}from"./age-gate-standalone-client-js-ae1dae53.js";import{s as m,A as g,x as f,l as y}from"./icon-53c96cf1.js";let b=c,k=window.location,S=class extends m{constructor(){super(...arguments),this.stepName=null,this.isStandalonePage=!1,this.open=!1,this.history=[],this.events=new o(this),this.scrollBlocker=new p(this),this.findStepElement=t=>this.querySelector(`[slot="${t}"]`),this.requestClose=()=>{this.blocking?this.isStandalonePage&&this.redirectToHome():this.close()},this.redirectToHome=()=>{k.href=location.origin},this.handleEscKey=this.events.define("keydown",(t=>{"Escape"!==t.key||this.blocking||this.close()})),this.deprecated__onFaceplateTrack=this.events.define("faceplate-track",(t=>{const{source:e,action:s,noun:i}=t.detail;e===d&&s===u&&a.has(i)&&this.requestClose()}))}get blocking(){if(this.isStandalonePage)return!0;if(this.open&&this.stepName){const t=this.findStepElement(this.stepName);return t?.hasAttribute("blocking")}return!1}connectedCallback(){if(super.connectedCallback(),null!==this.stepName){const t=new URLSearchParams(window.location.search).get("action_source");this.show(this.stepName,{queryParams:{...t&&{actionSource:t}}})}}hasStep(t){return!!this.findStepElement(t)}onInitialFlowOpen(){this.open||this.dispatchEvent(n("auth-flow-initial-open"))}async show(t,e){const s=this.findStepElement(t),i=s?.getAttribute("feature-name"),o=r();if(!s||!i)return!1;try{const t={...e?.queryParams,is_standalone:this.isStandalonePage};o&&(t.source_page=o.toString()),await b({root:s,name:i,renderMode:l.Contents,...e,queryParams:t})}finally{this.onInitialFlowOpen(),this.open=!0,this.history.push(t),this.stepName=t,this.scrollBlocker.blockPageScrolling()}return!0}back(){if(!this.open)return;this.history.pop();const t=this.history.at(-1);if(!t)return this.requestClose();this.stepName=t}close(){this.dispatchEvent(n("auth-flow-dismiss")),this.open=!1,this.stepName=null,this.history=[],this.scrollBlocker.unblockPageScrolling()}render(){return this.open?f` <div class="z-[100] fixed"> <div class="${y(this.isStandalonePage?void 0:"fixed top-0 right-0 bottom-0 left-0 bg-black opacity-50 backdrop-blur-sm")}" tabindex="-1" @click="${this.requestClose}"></div> <slot name="${this.stepName}"></slot> <slot></slot> </div> `:g}};S.styles=[t],e([s({attribute:"step-name",type:String,reflect:!0})],S.prototype,"stepName",void 0),e([s({attribute:"is-standalone",type:Boolean})],S.prototype,"isStandalonePage",void 0),e([i()],S.prototype,"open",void 0),S=e([h("auth-flow-manager")],S);

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
import{_ as t,n as e,e as o,a7 as r}from"./shell-f94ce6eb.js";import{s as a,x as i}from"./icon-53c96cf1.js";import{c1 as n,cm as s,cn as c,c2 as l}from"./age-gate-standalone-client-js-ae1dae53.js";let m=class extends a{constructor(){super(),this.ts="",this.short=!1,this.format="",this.locale="",this.date=new Date(this.ts)}getLocale(){return this.locale.length?this.locale:n()}createRenderRoot(){return this}render(){const t=s(this.getLocale(),{dateStyle:"full",timeStyle:"long"}).format(this.date),e={short:this.short,format:this.format.length?this.format:void 0},o=c(this.date,this.getLocale(),e);return i` <time datetime="${this.date.toISOString()}" title="${t}">${o}</time> `}};function h(t,e,o){return t>=e&&t<=o}function u(t){const e={hour:"numeric",hour12:!0};return 0!==t.getMinutes()&&(e.minute="numeric"),t.toLocaleTimeString([],e).toLowerCase().replace(" ","")}function g(t,e,o=!0){const a=new Date;return h(a,t,e)?"Live":function(t,e){return t>e}(a,e)?i`<faceplate-timeago class="${r({"-mr-2xs":o})}" ts="${t.toUTCString()}" format="narrow"></faceplate-timeago>`:function(t,e){return t.toDateString()===e.toDateString()}(a,t)?`Today @ ${u(t)}`:function(t,e){const o=new Date(t);return o.setDate(o.getDate()+1),o.toDateString()===e.toDateString()}(a,t)?`Tomorrow @ ${u(t)}`:`${n=t,n.toLocaleDateString([],{month:"short",day:"numeric"})} @ ${u(t)}`;var n}t([e({type:String})],m.prototype,"ts",void 0),t([e({attribute:"ts",converter:t=>l(t||"")})],m.prototype,"date",void 0),t([e({type:Boolean})],m.prototype,"short",void 0),t([e({type:String})],m.prototype,"format",void 0),t([e({type:String})],m.prototype,"locale",void 0),m=t([o("faceplate-timeago")],m);export{h as e,g};

View file

@ -0,0 +1 @@
.rtjson-text-preview blockquote:not(:first-child)::before,.rtjson-text-preview blockquote:not(:last-child)::after,.rtjson-text-preview pre:not(:first-child)::before,.rtjson-text-preview pre:not(:last-child)::after,.rtjson-text-preview table:not(:first-child)::before,.rtjson-text-preview table:not(:last-child)::after{content:'\a';white-space:pre}.rtjson-text-preview :not(ol,ul,li,h1){all:revert;display:inline!important;font-size:inherit;font-style:inherit;font-weight:inherit;margin:0;margin-block:unset;margin-inline:unset;padding:0}.rtjson-text-preview shreddit-spoiler{background:var(--color-category-spoiler);border-radius:var(--radius-sm);color:var(--color-category-spoiler);display:inline-block!important;height:var(--size-md);overflow:hidden;vertical-align:middle;width:var(--size-2xl)}.rtjson-text-full p:first-of-type{margin-top:0}.rtjson-text-full p:last-of-type{margin-bottom:0}

View file

@ -0,0 +1 @@
import"./shop-gallery-data-fetcher-client-js-44dbab5b.js";import"./comment-link-post-client-js-96fe73df.js";import"./faceplate-progress-74c4a822.js";import"./shreddit-player-2-91e43492.js";import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./utils-94f27e9d.js";import"./errors-8d0111b7.js";import"./upload-9a61a261.js";

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View file

@ -0,0 +1 @@
import"./shell-f94ce6eb.js";import"./display-collectible-view-data-fetcher-client-js-f2886b73.js";import"./product-detail-card-view-data-fetcher-client-js-3fcc2457.js";import"./marketplace-route-handler-23f1bf4d.js";import"./share-button-c56df943.js";import"./shop-flow-manager-d2366aff.js";import"./icon-53c96cf1.js";import"./close-button-d6b708eb.js";import"./card-naming-23589d1a.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./routing-21e09ffa.js";import"./promote-post-actions-controller-43f8ab8c.js";import"./utils-94f27e9d.js";import"./utilitiesList-afbe271e.js";import"./carousel-84574b24.js";import"./builder-panel-layout-786ecd68.js";import"./index-7436fa38.js";import"./claim-selection-view-data-fetcher-client-js-e928448a.js";import"./models-4692df55.js";import"./gallery-cfd587c1.js";import"./faceplate-progress-74c4a822.js";import"./scroll-blocker-42c3ccd3.js";import"./shreddit-interactable-element-bdee07dc.js";import"./listing-purchase-step-client-js-f73c900d.js";import"./with-recaptcha-7296cbca.js";import"./index-cd85f34c.js";import"./stripe-payment-form-5d4a0a75.js";import"./index-9b58c891.js";import"./vault-creation-screen-client-js-29ba6eb8.js";import"./validate-image-93b32255.js";import"./text-input-2cd758a7.js";import"./filterNullish-8f75a7d8.js";import"./constants-aac8a186.js";import"./vault-import-container-40e3fa69.js";

View file

@ -0,0 +1 @@
/* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var E='enterprise',a=w[N]=w[N]||{},gr=a[E]=a[E]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};w['__recaptcha_api']='https://www.google.com/recaptcha/enterprise/';(cfg['enterprise']=cfg['enterprise']||[]).push(true);(cfg['enterprise2fa']=cfg['enterprise2fa']||[]).push(true);(cfg['render']=cfg['render']||[]).push('6LfirrMoAAAAAHZOipvza4kpp_VtTwLNuXVwURNQ');(cfg['clr']=cfg['clr']||[]).push('true');(cfg['anchor-ms']=cfg['anchor-ms']||[]).push(20000);(cfg['execute-ms']=cfg['execute-ms']||[]).push(15000);w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true; po.charset='utf-8';var v=w.navigator,m=d.createElement('meta');m.httpEquiv='origin-trial';m.content='A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==';if(v&&v.cookieDeprecationLabel){v.cookieDeprecationLabel.getValue().then(function(l){if(l!=='treatment_1.1'&&l!=='treatment_1.2'&&l!=='control_1.1'){d.head.prepend(m);}});}else{d.head.prepend(m);}po.src='https://www.gstatic.com/recaptcha/releases/h7qt2xUGz2zqKEhSc8DD8baZ/recaptcha__en.js';po.crossOrigin='anonymous';po.integrity='sha384-R2p1xdGKcSzm/oeFxRBmUuFAKdZRdY7u+SIsHBFbhXYxXlZ0TQJejBaVuyPwEVKn';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})();

View file

@ -0,0 +1 @@
/* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var E='enterprise',a=w[N]=w[N]||{},gr=a[E]=a[E]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};w['__recaptcha_api']='https://www.google.com/recaptcha/enterprise/';(cfg['enterprise']=cfg['enterprise']||[]).push(true);(cfg['enterprise2fa']=cfg['enterprise2fa']||[]).push(true);(cfg['render']=cfg['render']||[]).push('6LcZL1spAAAAAIzQl_DXGakd-J2uwjnfZas9G-Rj');(cfg['clr']=cfg['clr']||[]).push('true');(cfg['anchor-ms']=cfg['anchor-ms']||[]).push(20000);(cfg['execute-ms']=cfg['execute-ms']||[]).push(15000);w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true; po.charset='utf-8';var v=w.navigator,m=d.createElement('meta');m.httpEquiv='origin-trial';m.content='A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==';if(v&&v.cookieDeprecationLabel){v.cookieDeprecationLabel.getValue().then(function(l){if(l!=='treatment_1.1'&&l!=='treatment_1.2'&&l!=='control_1.1'){d.head.prepend(m);}});}else{d.head.prepend(m);}po.src='https://www.gstatic.com/recaptcha/releases/h7qt2xUGz2zqKEhSc8DD8baZ/recaptcha__en.js';po.crossOrigin='anonymous';po.integrity='sha384-R2p1xdGKcSzm/oeFxRBmUuFAKdZRdY7u+SIsHBFbhXYxXlZ0TQJejBaVuyPwEVKn';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})();

View file

@ -0,0 +1 @@
import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";

View file

@ -0,0 +1 @@
import{t,_ as s,n as o,g as e,e as i}from"./shell-f94ce6eb.js";import"./mod-post-list-client-js-32947b8f.js";import"./shreddit-media-lightbox-listener-d858790d.js";import"./partial-feed-post-client-js-202dde80.js";import"./shreddit-post-flair-211bd2fb.js";import"./shreddit-tweet-embed-a85c7939.js";import"./shreddit-pubsub-publisher-741b253f.js";import"./user-hover-card-client-js-d7f0b49e.js";import"./author-flair-event-handler-926969a1.js";import"./mod-notes-opener-cf87e872.js";import"./community-status-bottom-sheet-ae096067.js";import"./comment-link-post-client-js-96fe73df.js";import"./header-action-item-chat-client-js-36fad547.js";import{s as r,x as a}from"./icon-53c96cf1.js";import"./content-tags-fe20fee7.js";import"./overflow-menu-actions-d198fc58.js";import"./distinguished-tags-3c9b3613.js";import"./slot-controller-d5f2baad.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./mod-log-takedown-preview-client-js-73501e15.js";import"./shop-gallery-data-fetcher-client-js-44dbab5b.js";import"./utils-94f27e9d.js";import"./custom-event-343834cb.js";import"./index-8d6cd4c0.js";import"./content-action-button-69ba169e.js";import"./award-controller-f4948f1b.js";import"./awardsTelemetryState-7d391c46.js";import"./modActions-f2d15f33.js";import"./mod-bulk-actions-d793f4cb.js";import"./rpl-popper-8a011d58.js";import"./tooltip.base-206e994b.js";import"./awards-395295be.js";import"./_voteButtonInternalsDoNotUse-656a2d11.js";import"./rpl-coachmark-a4405668.js";import"./rpl-coachmark-card-13af17f5.js";import"./shreddit-post-share-button-e82fc716.js";import"./expandable-section-header-c7ac8d57.js";import"./with-share-8597b420.js";import"./promote-post-actions-controller-43f8ab8c.js";import"./index-7436fa38.js";import"./profile-creation-2109897e.js";import"./select-controller-7e933fba.js";import"./user-flair-41d5aa5f.js";import"./expandable-mod-reports-base-454ab799.js";import"./postFlair-351f92cd.js";import"./promote-post-button-d8f72b9e.js";import"./translation-intervention-modal-ee986132.js";import"./translations-bfefcb00.js";import"./chat-mobile-xpromo-client-js-430cb1ff.js";import"./app-selector-client-js-3a5c7ba5.js";import"./links-1e4d3f0f.js";import"./v2-events-d8eb0b0f.js";import"./mod-verdict-6464e2c4.js";import"./gallery-28479b61.js";import"./community-club-highlights-client-js-a2c6eb77.js";import"./subreddit-posting-eligibility-f82aa529.js";import"./index-4aa37bbb.js";import"./password-recovery-6236ec9b.js";import"./qr-code-modal-upsell-client-js-9a190f44.js";import"./index-7550e2c4.js";import"./faceplate-progress-74c4a822.js";import"./follow-button-7f403bed.js";import"./all-chats-page-recommendations-client-js-68f661ef.js";import"./click-location-tracker-26c80e64.js";import"./mod-notes-72b52b6c.js";import"./faceplate-hovercard-886fc72c.js";import"./faceplate-tooltip-2b6a42a2.js";import"./community-status-telemetry-7d0e84ad.js";let n=class extends r{constructor(){super(...arguments),this.isTranslationActive=!1,this.isTranslationFetched=!1,this.isOriginalFetched=!0,this.updateTranslationFetchedState=()=>{const t=this.shadowRoot?.querySelector('slot[name="translated"]');this.isTranslationFetched=(t?.assignedNodes().length||0)>0;const s=this.shadowRoot?.querySelector("slot#original");this.isOriginalFetched=(s?.assignedNodes().length||0)>0}}connectedCallback(){super.connectedCallback(),this.updateTranslationFetchedState()}appendTranslation(t){t&&!this.isTranslationFetched&&(t.setAttribute("slot","translated"),this.appendChild(t))}appendOriginalText(t){t&&!this.isOriginalFetched&&(t.removeAttribute("slot"),this.appendChild(t))}render(){const t=this.isTranslationActive&&this.isTranslationFetched;return a` <slot id="original" class="${t?"hidden":"contents"}" @slotchange="${this.updateTranslationFetchedState}"></slot> <slot name="translated" class="${t?"contents":"hidden"}" @slotchange="${this.updateTranslationFetchedState}"></slot> `}};n.styles=[t],s([o({type:Boolean,attribute:"is-translation-active",reflect:!0})],n.prototype,"isTranslationActive",void 0),s([e()],n.prototype,"isTranslationFetched",void 0),s([e()],n.prototype,"isOriginalFetched",void 0),n=s([i("translatable-text")],n);

View file

@ -0,0 +1 @@
iframe#credential_picker_iframe{color-scheme:auto;margin-bottom:unset;z-index:9998;pointer-events:auto}

View file

@ -0,0 +1 @@
import{b as e,ba as t,b8 as s,_ as o,g as i,n as a,e as n,E as r,b9 as c,bb as l,a_ as p,bc as h,bd as d}from"./shell-f94ce6eb.js";import{A as m,r as u}from"./auth-flow-controller-7569ea0f.js";import{G as g}from"./google-api-1eaa543e.js";import{W as w}from"./with-recaptcha-7296cbca.js";import{p as f}from"./password-recovery-6236ec9b.js";import{O as C,J as b}from"./age-gate-standalone-client-js-ae1dae53.js";import{s as y}from"./icon-53c96cf1.js";import"./helpers-e526aab2.js";const v=new Set(t.map((e=>s({source:C,action:b,noun:e})))),S=w(y);let A=class extends S{constructor(){super(...arguments),this.useCaptcha=!1,this.isEmailPermissionRequired=!1,this.hasCredentials=!1,this.googleApiController=new g(this,g.OneTapUX),this.authFlowController=new m(this),this.events=new r(this),this.showPrompt=async()=>{await this.googleApiController.initialize(),window.google?.accounts.id.prompt(this.momentListener)},this.onGoogleCredentialResponse=async e=>{let t;const{credential:s,select_by:o}=e;try{const i=g.parseCredentialResponse(e);this.captchaSiteKey&&this.useCaptcha&&(t=await this.getRecaptchaToken()),this.authFlowController.identityProviderSigin({authFlow:c.OneTap,email:i.email,idToken:s,isSignedInAutomatically:"auto"===o||"fedcm_auto"===o,provider:l.Google,recaptchaToken:t,recaptchaAction:this.captchaAction,emailPermissionRequired:this.isEmailPermissionRequired})}catch(e){window.Sentry?.captureException?.(e),this.authFlowController.trackSSOFailure({authFlow:c.OneTap,provider:l.Google,reason:"unknown"})}},this.momentListener=t=>{if(t.isDismissedMoment()){const s=t.getDismissedReason();"credential_returned"!==s&&console.error(`Google One Tap prompt was dismissed: ${s}`),p(this,function(t){return e({source:"onboarding",action:"dismiss",noun:"google_one_tap"},{action_info:{reason:t,success:"credential_returned"===t}})}(s))}},this.onFaceplateResponse=this.events.define("faceplate-response",(e=>{const{response:t}=e.detail,s=f(t.url)?.pathname;s===h.IdentityProviderSignin&&t.status!==d.MultipleAccountsFound&&t.status!==d.UserAccountCreated&&t.status!==d.UserLoggedIn&&this.dismiss()})),this.onFaceplateTrack=this.events.define("faceplate-track",(e=>{e.SAN&&v.has(e.SAN)&&this.dismiss()}))}connectedCallback(){super.connectedCallback(),this.showPrompt(),this.insertRecaptchaScript()}reloadThePage(){u()}dismiss(){this.parentNode?.removeChild(this)}};o([a({type:Boolean,attribute:"use-captcha"})],A.prototype,"useCaptcha",void 0),o([a({type:Boolean,attribute:"is-email-permission-required"})],A.prototype,"isEmailPermissionRequired",void 0),o([i()],A.prototype,"hasCredentials",void 0),A=o([n("auth-flow-google-one-tap-prompt")],A);

View file

@ -0,0 +1 @@
import"./shell-f94ce6eb.js";import"./header-action-item-chat-client-js-36fad547.js";import"./icon-53c96cf1.js";import"./tooltip.base-206e994b.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./rpl-popper-8a011d58.js";

View file

@ -0,0 +1 @@
#left-nav-drawer::part(base),#left-nav-drawer::part(overlay){top:calc(var(--shreddit-header-height) + 1px)}#left-nav-drawer::part(base){align-items:start;flex-direction:column;justify-content:start;z-index:5}#left-nav-drawer::part(panel){border-radius:0;box-shadow:none;max-height:none;width:280px}

View file

@ -0,0 +1 @@
click-card:not(:defined) [slot=content]{display:none}

View file

@ -0,0 +1 @@
import"./flex-left-nav-container-17dbc378.js";import"./header-action-item-chat-client-js-36fad547.js";import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./flex-nav-2ca2e7d8.js";import"./tooltip.base-206e994b.js";import"./rpl-popper-8a011d58.js";

View file

@ -0,0 +1,386 @@
<!DOCTYPE html>
<!-- saved from url=(0350)https://m.stripe.network/inner.html#url=https%3A%2F%2Fwww.reddit.com%2Fuser%2FLopsided_Scheme_4927%2F&title=Lopsided_Scheme_4927%20(u%2FLopsided_Scheme_4927)%20-%20Reddit&referrer=https%3A%2F%2Fwww.reddit.com%2Fuser%2FLopsided_Scheme_4927%2F&muid=6d470e97-1857-48e4-baae-44cec821dce64f97b7&sid=NA&version=6&preview=false&__shared_params__[version]=v3 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script src="chrome-extension://jcacnejopjdphbnjgfaaobbfafkihpep/hive_keychain.js"></script><title>StripeM-Inner</title><script src="chrome-extension://njaclngoobdnphkahnehdejhliehbhid/core/content/region-selector.js"></script><style id="everCaptureGlobalFonts">
@font-face {
font-family: 'Lato';
src: url('chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Lato Bold';
src: url('chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/fonts/Lato-Bold.ttf') format('truetype');
}
</style><style>
.replaceFixed {
position: absolute !important;
}
.replaceSticky {
position: static !important;
}
.pinnedHeader {
position: relative !important;
}
</style></head><body data-new-gr-c-s-check-loaded="14.1242.0" data-gr-ext-installed=""><script>!function(){var e=document.createElement("script");e.defer=!0,e.src="out-4.5.44.js",e.onload=function(){var e;window.StripeM&&(e=window.location.hash,/ping=false/.test(e)||(e=(e=e.match(/version=(4|6)/))?e[1]:"4",window.StripeM.p({t:!0,v:e})),e=function(e){if(window.opener||window.parent||window)try{var i=((t=JSON.parse(e.data)).message||t).action,t=t.message?t.message.payload:t;switch(i){case"ping":window.StripeM.p({t:!0,o:{muid:t.muid,sid:t.sid,referrer:t.referrer,url:t.url,title:t.title,v2:t.v2},v:t.version||"4"});break;case"track":if(!t.source||!t.data)return;window.StripeM.b({muid:t.muid,sid:t.sid,url:t.url,source:t.source,data:t.data},t.version||"4")}}catch(e){}},window.addEventListener?window.addEventListener("message",e,!1):window.attachEvent("onMessage",e))},document.body.appendChild(e)}()</script><script defer="" src="./out-4.5.44.js.download"></script><div id="shortcutRecommendation" style="display: none;"><template shadowrootmode="open"><style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
.forbid-select {
user-select: none !important;
pointer-events: none !important;
}
.hidden {
display: none !important;
}
.bold {
font-family: 'Lato Bold', sans-serif;
}
#shortcutRecommendation-container {
position: fixed;
bottom: 24px;
right: 24px;
}
#shortcutRecommendation-container {
display: inline-flex;
padding: 8px 16px 16px 16px;
flex-direction: column;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid var(--grey-0, #121212);
background: var(--white, #FFF);
box-shadow: 0px 8px 30px 0px rgba(66, 63, 68, 0.10);
width: 336px;
min-height: 202px;
z-index: 2147483646;
}
.shortcutContainer {
display: none;
flex-direction: column;
gap: 8px;
}
.main-blob {
position: absolute;
right: 0px;
z-index: -1;
top: 0;
width: 100%;
height: 100%;
border-top-right-radius: 8px;
}
header {
color: var(--grey-0, #121212);
font-size: 14px;
line-height: normal;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.header-logo-container {
display: flex;
align-items: center;
gap: 2px;
width: 50%;
}
.header-logo-container img {
width: 20px;
height: 20px;
}
#close:hover {
cursor: pointer;
}
#close:hover path {
stroke: #333333;
}
.main {
display: flex;
flex-direction: column;
width: 304px;
padding: 6px 8px 10px 8px;
align-items: flex-start;
gap: 8px;
border-radius: 4px;
border: 1px solid var(--grey-0, #121212);
background: var(--white, #FFF);
width: 304px;
height: 126px;
}
.main-header {
width: 100%;
display: flex;
gap: 5px;
align-items: center;
}
.main-header-text {
color: var(--grey-0, #121212);
font-size: 13px;
line-height: 150%;
}
.main-feature {
width: 100%;
display: flex;
align-items: center;
svg {
margin-left: 5px;
}
}
.main-feature-text {
color: var(--grey-0, #121212);
font-size: 12px;
line-height: 150%;
}
.main-recommended {
display: flex;
align-items: center;
align-self: center;
gap: 4px;
}
.shortcut-button {
display: flex;
padding: 2px 5px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 5px;
background: var(--primary-light, #DDCDF3);
color: var(--grey-0, #121212);
text-align: center;
font-family: 'Lato Bold', sans-serif;
font-size: 12px;
line-height: 150%;
}
[data-id="apply"] {
display: flex;
justify-content: center;
align-items: center;
gap: 3px;
border-radius: 4px;
border: 1px solid var(--grey-0, #121212);
background: #BA9BE8;
color: #FFF;
box-shadow: 2px 2px 0 0 #000;
width: 128px;
height: 26px;
align-self: center;
padding: 6px 8px;
&:hover {
cursor: pointer;
box-shadow: none;
}
&:active {
background: #333333;
color: #FFFFFF;
box-shadow: none;
}
}
footer {
align-self: flex-start;
}
.settings_controller_content {
display: flex;
align-items: center;
}
.settings_controller .settings_controller_title {
color: #121212;
font-size: 12px;
cursor: pointer;
}
.settings_controller .switch {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
flex-shrink: 0;
}
.settings_controller .switch input {
opacity: 0;
width: 0;
height: 0;
}
.settings_controller .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url("chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-check-bg.png") center / 16px 16px no-repeat;
}
.settings_controller input:checked + .slider {
background: url("chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-check-mark.png") center / 16px 16px no-repeat;
}
</style><div id="shortcutRecommendation-container">
<header>
<div class="header-logo-container">
<img src="chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-logo.svg" alt="Logo">
<p class="bold">EverCapture</p>
</div>
<svg id="close" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M5.83334 5.83301L14.1667 14.1663M5.83334 14.1663L14.1667 5.83301" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</header>
<main class="main">
<svg class="main-blob" xmlns="http://www.w3.org/2000/svg" width="336" height="202" viewBox="0 0 336 202" fill="none">
<path d="M117.21 -73.1453C146.125 -97.5954 156.86 -140.668 191.884 -155.037C230.179 -170.748 275.339 -170.646 312.961 -153.455C350.603 -136.256 380.707 -102.332 393.447 -62.9384C405.116 -26.8583 381.336 9.20905 377.783 46.9782C374.106 86.0759 395.26 129.893 372.311 161.771C349.038 194.1 303.706 201.302 264.065 204.945C227.547 208.3 194.33 192.465 159.401 181.334C118.544 168.315 71.198 166.783 42.9788 134.495C12.3121 99.4074 -11.5487 47.6271 4.15334 3.70516C19.8794 -40.2841 81.5388 -42.9825 117.21 -73.1453Z" fill="#BA9BE8"></path>
</svg>
<div class="main-header">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<g clip-path="url(#clip0_2027_2809)">
<path d="M16.935 0.625H17.915C18.3016 0.625 18.6724 0.778531 18.9459 1.05184C19.2194 1.32515 19.3731 1.69587 19.3733 2.0825V3.06333C19.374 5.34751 18.502 7.54566 16.9358 9.20833L15.9125 10.295C15.4892 10.7436 15.0454 11.1724 14.5825 11.58V15.7783C14.5825 16.2908 14.3133 16.765 13.8742 17.0283L10.1125 19.2858C10.0271 19.3371 9.93068 19.3673 9.83127 19.3737C9.73187 19.3802 9.63235 19.3628 9.54103 19.323C9.44971 19.2832 9.36922 19.2222 9.30627 19.145C9.24332 19.0678 9.19974 18.9766 9.17916 18.8792L8.37666 15.0692C8.3352 15.0362 8.29621 15.0003 8.26 14.9617L6.7 13.3L5.03833 11.7392C4.9997 11.703 4.96377 11.664 4.93083 11.6225L1.12167 10.82C1.02405 10.7996 0.932728 10.7562 0.85532 10.6934C0.777912 10.6305 0.716667 10.55 0.6767 10.4587C0.636733 10.3673 0.619203 10.2677 0.625576 10.1682C0.631949 10.0687 0.662038 9.97218 0.713332 9.88667L2.97167 6.125C3.235 5.68583 3.70917 5.41667 4.22167 5.41667H8.41916C8.8268 4.95432 9.25559 4.51107 9.70417 4.08833L10.7908 3.06333C12.453 1.49722 14.6504 0.625016 16.9342 0.625H16.935ZM11.6483 3.97333L10.5617 4.9975C9.53908 5.96123 8.6291 7.03783 7.84916 8.20667L6.02167 10.9483L7.57083 12.4017L7.59916 12.43L9.05167 13.9783L11.7917 12.1517C12.9615 11.3714 14.0389 10.4608 15.0033 9.4375L16.0267 8.35167C17.3746 6.92082 18.1249 5.02907 18.1242 3.06333V2.08333C18.1242 2.02808 18.1022 1.97509 18.0631 1.93602C18.0241 1.89695 17.9711 1.875 17.9158 1.875H16.935C14.9697 1.87494 13.0786 2.62553 11.6483 3.97333ZM5.41667 17.5C4.40917 18.5075 2.16583 18.7042 1.46417 18.7417C1.43667 18.7432 1.40915 18.739 1.38334 18.7294C1.35752 18.7198 1.33398 18.705 1.31417 18.6858C1.29503 18.666 1.2802 18.6425 1.27059 18.6167C1.26098 18.5909 1.25681 18.5633 1.25833 18.5358C1.29583 17.8342 1.4925 15.5908 2.5 14.5833C3.25 13.8333 4.66667 13.8333 5.41667 14.5833C6.16667 15.3333 6.16667 16.75 5.41667 17.5ZM4.92333 10.3433L6.80833 7.51417C7.00055 7.22583 7.19972 6.94333 7.40583 6.66667H4.22167C4.18577 6.66669 4.15049 6.67598 4.11925 6.69365C4.088 6.71132 4.06185 6.73675 4.04333 6.7675L2.2375 9.7775L4.92333 10.3433ZM13.3333 12.5933C13.0556 12.8 12.7728 12.9994 12.485 13.1917L9.6575 15.0767L10.2225 17.7625L13.2325 15.9567C13.2632 15.9381 13.2887 15.912 13.3063 15.8808C13.324 15.8495 13.3333 15.8142 13.3333 15.7783V12.5933ZM14.5833 6.66667C14.5833 6.83087 14.5509 6.99346 14.488 7.14515C14.4251 7.29684 14.3329 7.43465 14.2168 7.55072C14.1006 7.6668 13.9628 7.75886 13.811 7.82164C13.6593 7.88443 13.4967 7.91672 13.3325 7.91667C13.1683 7.91661 13.0057 7.88421 12.854 7.82132C12.7023 7.75844 12.5645 7.66629 12.4484 7.55013C12.3324 7.43398 12.2403 7.29611 12.1775 7.14438C12.1147 6.99265 12.0824 6.83004 12.0825 6.66583C12.0826 6.3342 12.2145 6.0162 12.449 5.78178C12.6836 5.54736 13.0017 5.41572 13.3333 5.41583C13.665 5.41594 13.983 5.54779 14.2174 5.78237C14.4518 6.01694 14.5834 6.33504 14.5833 6.66667Z" fill="#A170E8"></path>
</g>
<defs>
<clippath id="clip0_2027_2809">
<rect width="20" height="20" fill="white"></rect>
</clippath>
</defs>
</svg>
<p class="main-header-text bold">Set shortcut to speed up your workflow! </p>
</div>
<div class="shortcutContainer" id="Vis">
<div class="main-feature">
<p class="main-feature-text">You can set a shortcut for </p>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
<path d="M2.25 6.1875V13.5C2.25 13.9476 2.42779 14.3768 2.74426 14.6932C3.06072 15.0097 3.48995 15.1875 3.9375 15.1875H14.0625C14.5101 15.1875 14.9393 15.0097 15.2557 14.6932C15.5722 14.3768 15.75 13.9476 15.75 13.5V6.1875M2.25 6.1875V4.5C2.25 4.05245 2.42779 3.62323 2.74426 3.30676C3.06072 2.99029 3.48995 2.8125 3.9375 2.8125H14.0625C14.5101 2.8125 14.9393 2.99029 15.2557 3.30676C15.5722 3.62323 15.75 4.05245 15.75 4.5V6.1875M2.25 6.1875H15.75M3.9375 4.5H3.9435V4.506H3.9375V4.5ZM5.625 4.5H5.631V4.506H5.625V4.5ZM7.3125 4.5H7.3185V4.506H7.3125V4.5Z" stroke="#E119C1" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<p class="main-feature-text bold">&nbsp;Visible Area&nbsp;</p>
<p class="main-feature-text">feature.</p>
</div>
<div class="main-recommended">
<p class="main-feature-text bold">Popular shortcut:</p>
<div class="shortcut-button">Alt</div>
<div class="shortcut-button">Shift</div>
<div class="shortcut-button">V</div>
</div>
<button data-id="apply">Apply the shortcut</button>
</div><div class="shortcutContainer" id="Sel">
<div class="main-feature">
<p class="main-feature-text">You can set a shortcut for </p>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
<path d="M15.1875 12.4545V5.54474C15.5713 5.44638 15.9223 5.24819 16.2048 4.97031C16.4873 4.69243 16.6912 4.34474 16.7959 3.96256C16.9005 3.58038 16.9022 3.17731 16.8007 2.79428C16.6991 2.41125 16.4981 2.06191 16.2179 1.78172C15.9377 1.50152 15.5884 1.30046 15.2053 1.19896C14.8223 1.09745 14.4192 1.0991 14.0371 1.20375C13.6549 1.3084 13.3072 1.51232 13.0293 1.7948C12.7514 2.07728 12.5532 2.42827 12.4549 2.81211H5.54512C5.44676 2.42827 5.24857 2.07728 4.97069 1.7948C4.69281 1.51232 4.34512 1.3084 3.96294 1.20375C3.58076 1.0991 3.17769 1.09745 2.79466 1.19896C2.41163 1.30046 2.06229 1.50152 1.7821 1.78172C1.5019 2.06191 1.30085 2.41125 1.19934 2.79428C1.09783 3.17731 1.09948 3.58038 1.20413 3.96256C1.30878 4.34474 1.5127 4.69243 1.79518 4.97031C2.07766 5.24819 2.42865 5.44638 2.8125 5.54474V12.4545C2.42865 12.5529 2.07766 12.751 1.79518 13.0289C1.5127 13.3068 1.30878 13.6545 1.20413 14.0367C1.09948 14.4189 1.09783 14.8219 1.19934 15.2049C1.30085 15.588 1.5019 15.9373 1.7821 16.2175C2.06229 16.4977 2.41163 16.6988 2.79466 16.8003C3.17769 16.9018 3.58076 16.9001 3.96294 16.7955C4.34512 16.6908 4.69281 16.4869 4.97069 16.2044C5.24857 15.9219 5.44676 15.571 5.54512 15.1871H12.4549C12.5532 15.571 12.7514 15.9219 13.0293 16.2044C13.3072 16.4869 13.6549 16.6908 14.0371 16.7955C14.4192 16.9001 14.8223 16.9018 15.2053 16.8003C15.5884 16.6988 15.9377 16.4977 16.2179 16.2175C16.4981 15.9373 16.6991 15.588 16.8007 15.2049C16.9022 14.8219 16.9005 14.4189 16.7959 14.0367C16.6912 13.6545 16.4873 13.3068 16.2048 13.0289C15.9223 12.751 15.5713 12.5529 15.1875 12.4545ZM14.625 2.24961C14.8475 2.24961 15.065 2.31559 15.25 2.43921C15.435 2.56283 15.5792 2.73853 15.6644 2.9441C15.7495 3.14966 15.7718 3.37586 15.7284 3.59409C15.685 3.81232 15.5778 4.01278 15.4205 4.17011C15.2632 4.32744 15.0627 4.43459 14.8445 4.478C14.6262 4.52141 14.4 4.49913 14.1945 4.41398C13.9889 4.32883 13.8132 4.18464 13.6896 3.99963C13.566 3.81463 13.5 3.59712 13.5 3.37461C13.5 3.07625 13.6185 2.7901 13.8295 2.57912C14.0405 2.36814 14.3266 2.24961 14.625 2.24961ZM2.25 3.37461C2.25 3.15211 2.31598 2.9346 2.43959 2.7496C2.56321 2.56459 2.73891 2.4204 2.94448 2.33525C3.15004 2.2501 3.37624 2.22782 3.59447 2.27123C3.8127 2.31464 4.01316 2.42179 4.17049 2.57912C4.32783 2.73645 4.43497 2.93691 4.47838 3.15514C4.52179 3.37337 4.49951 3.59957 4.41436 3.80513C4.32921 4.0107 4.18502 4.1864 4.00001 4.31002C3.81501 4.43363 3.5975 4.49961 3.375 4.49961C3.07663 4.49961 2.79048 4.38109 2.5795 4.17011C2.36852 3.95913 2.25 3.67298 2.25 3.37461ZM3.375 15.7496C3.15249 15.7496 2.93498 15.6836 2.74998 15.56C2.56497 15.4364 2.42078 15.2607 2.33563 15.0551C2.25048 14.8496 2.2282 14.6234 2.27161 14.4051C2.31502 14.1869 2.42217 13.9865 2.5795 13.8291C2.73684 13.6718 2.93729 13.5646 3.15552 13.5212C3.37375 13.4778 3.59995 13.5001 3.80552 13.5852C4.01108 13.6704 4.18678 13.8146 4.3104 13.9996C4.43402 14.1846 4.5 14.4021 4.5 14.6246C4.5 14.923 4.38147 15.2091 4.17049 15.4201C3.95951 15.6311 3.67336 15.7496 3.375 15.7496ZM12.4549 14.0621H5.54512C5.44404 13.6755 5.24184 13.3229 4.9593 13.0403C4.67676 12.7578 4.32407 12.5556 3.9375 12.4545V5.54474C4.32407 5.44366 4.67676 5.24146 4.9593 4.95891C5.24184 4.67637 5.44404 4.32369 5.54512 3.93711H12.4549C12.556 4.32369 12.7582 4.67637 13.0407 4.95891C13.3232 5.24146 13.6759 5.44366 14.0625 5.54474V12.4545C13.6757 12.555 13.3227 12.7571 13.0401 13.0397C12.7574 13.3223 12.5554 13.6753 12.4549 14.0621ZM14.625 15.7496C14.4025 15.7496 14.185 15.6836 14 15.56C13.815 15.4364 13.6708 15.2607 13.5856 15.0551C13.5005 14.8496 13.4782 14.6234 13.5216 14.4051C13.565 14.1869 13.6722 13.9865 13.8295 13.8291C13.9868 13.6718 14.1873 13.5646 14.4055 13.5212C14.6237 13.4778 14.8499 13.5001 15.0555 13.5852C15.2611 13.6704 15.4368 13.8146 15.5604 13.9996C15.684 14.1846 15.75 14.4021 15.75 14.6246C15.7495 14.9228 15.6309 15.2087 15.42 15.4196C15.2091 15.6305 14.9232 15.7492 14.625 15.7496Z" fill="#692AB9"></path>
</svg>
<p class="main-feature-text bold">&nbsp;Selected Area&nbsp;</p>
<p class="main-feature-text">feature.</p>
</div>
<div class="main-recommended">
<p class="main-feature-text bold">Popular shortcut:</p>
<div class="shortcut-button">Alt</div>
<div class="shortcut-button">Shift</div>
<div class="shortcut-button">S</div>
</div>
<button data-id="apply">Apply the shortcut</button>
</div></main>
<footer>
<div class="settings_controller">
<div class="settings_controller_content">
<label class="switch">
<input id="dontShow" type="checkbox">
<span class="slider round"></span>
</label>
<label class="settings_controller_title bold" for="dontShow">
Don't show it again
</label>
</div>
</div>
</footer>
</div></template></div><div style="display: none;"><template shadowrootmode="open"><style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
#shortcutRecommendation-saved {
position: fixed;
bottom: 62px;
right: 88px;
z-index: 2147483647;
}
.saved {
display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 4px;
border: 1px solid var(--grey-3, #AFAFB3);
background: var(--white, #FFF);
box-shadow: 0px 8px 30px 0px rgba(66, 63, 68, 0.10);
}
.saved-image {
width: 20px;
height: 20px;
}
.saved-text {
color: var(--grey-0, #121212);
text-align: center;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%;
}
.saved-close {
margin-left: 8px;
&:hover {
cursor: pointer;
}
}
</style><div id="shortcutRecommendation-saved">
<section class="saved" id="saved">
<img class="saved=image" src="chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-saved.svg" alt="Saved">
<p class="saved-text">Shortcut saved</p>
<svg class="saved-close" id="saved-close" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M5.83331 5.83301L14.1666 14.1663M5.83331 14.1663L14.1666 5.83301" stroke="#AFAFB3" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</section>
</div></template></div></body></html>

View file

@ -0,0 +1 @@
import"./community-picker-516d47f1.js";import"./left-nav-top-section-a2a4e354.js";import"./reddit-sidebar-nav-412f115e.js";import"./guides-entrypoint-tooltip-8ff1fbf2.js";import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";import"./expandable-section-header-c7ac8d57.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./trends-8d64383a.js";import"./header-action-item-chat-client-js-36fad547.js";import"./tooltip.base-206e994b.js";import"./rpl-popper-8a011d58.js";

View file

@ -0,0 +1 @@
import"./faceplate-expandable-section-helper-4712b879.js";import"./reddit-recent-pages-a67d2b64.js";import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./expandable-section-header-c7ac8d57.js";

View file

@ -0,0 +1 @@
import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";

View file

@ -0,0 +1 @@
import"./left-nav-topic-tracker-12c20cbf.js";import"./shell-f94ce6eb.js";import"./faceplate-expandable-section-helper-4712b879.js";import"./icon-53c96cf1.js";

View file

@ -0,0 +1 @@
!function(){"use strict";var e="https://m.stripe.network",n=window.location.hash,t=/preview=true/.test(n)?"inner-preview.html":"inner.html",o=document.createElement("iframe");o.src="".concat(e,"/").concat(t).concat(n);var i=function(n){if(n.origin===e){var t=window.opener||window.parent||window;if(!t)return;t.postMessage(n.data,"*")}else o.contentWindow.postMessage(n.data,"*")};window.addEventListener?window.addEventListener("message",i,!1):window.attachEvent("onMessage",i),document.body&&document.body.appendChild(o)}();

View file

@ -0,0 +1,386 @@
<!DOCTYPE html>
<!-- saved from url=(0385)https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fwww.reddit.com%2Fuser%2FLopsided_Scheme_4927%2F&title=Lopsided_Scheme_4927%20(u%2FLopsided_Scheme_4927)%20-%20Reddit&referrer=https%3A%2F%2Fwww.reddit.com%2Fuser%2FLopsided_Scheme_4927%2F&muid=6d470e97-1857-48e4-baae-44cec821dce64f97b7&sid=NA&version=6&preview=false&__shared_params__[version]=v3 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script src="chrome-extension://jcacnejopjdphbnjgfaaobbfafkihpep/hive_keychain.js"></script><script defer="defer" src="./m-outer-15a2b40a058ddff1cffdb63779fe3de1.js.download"></script><script src="chrome-extension://njaclngoobdnphkahnehdejhliehbhid/core/content/region-selector.js"></script><style id="everCaptureGlobalFonts">
@font-face {
font-family: 'Lato';
src: url('chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Lato Bold';
src: url('chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/fonts/Lato-Bold.ttf') format('truetype');
}
</style><style>
.replaceFixed {
position: absolute !important;
}
.replaceSticky {
position: static !important;
}
.pinnedHeader {
position: relative !important;
}
</style></head><body data-new-gr-c-s-check-loaded="14.1242.0" data-gr-ext-installed=""><iframe src="./inner.html"></iframe><div id="shortcutRecommendation" style="display: none;"><template shadowrootmode="open"><style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
.forbid-select {
user-select: none !important;
pointer-events: none !important;
}
.hidden {
display: none !important;
}
.bold {
font-family: 'Lato Bold', sans-serif;
}
#shortcutRecommendation-container {
position: fixed;
bottom: 24px;
right: 24px;
}
#shortcutRecommendation-container {
display: inline-flex;
padding: 8px 16px 16px 16px;
flex-direction: column;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid var(--grey-0, #121212);
background: var(--white, #FFF);
box-shadow: 0px 8px 30px 0px rgba(66, 63, 68, 0.10);
width: 336px;
min-height: 202px;
z-index: 2147483646;
}
.shortcutContainer {
display: none;
flex-direction: column;
gap: 8px;
}
.main-blob {
position: absolute;
right: 0px;
z-index: -1;
top: 0;
width: 100%;
height: 100%;
border-top-right-radius: 8px;
}
header {
color: var(--grey-0, #121212);
font-size: 14px;
line-height: normal;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.header-logo-container {
display: flex;
align-items: center;
gap: 2px;
width: 50%;
}
.header-logo-container img {
width: 20px;
height: 20px;
}
#close:hover {
cursor: pointer;
}
#close:hover path {
stroke: #333333;
}
.main {
display: flex;
flex-direction: column;
width: 304px;
padding: 6px 8px 10px 8px;
align-items: flex-start;
gap: 8px;
border-radius: 4px;
border: 1px solid var(--grey-0, #121212);
background: var(--white, #FFF);
width: 304px;
height: 126px;
}
.main-header {
width: 100%;
display: flex;
gap: 5px;
align-items: center;
}
.main-header-text {
color: var(--grey-0, #121212);
font-size: 13px;
line-height: 150%;
}
.main-feature {
width: 100%;
display: flex;
align-items: center;
svg {
margin-left: 5px;
}
}
.main-feature-text {
color: var(--grey-0, #121212);
font-size: 12px;
line-height: 150%;
}
.main-recommended {
display: flex;
align-items: center;
align-self: center;
gap: 4px;
}
.shortcut-button {
display: flex;
padding: 2px 5px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 5px;
background: var(--primary-light, #DDCDF3);
color: var(--grey-0, #121212);
text-align: center;
font-family: 'Lato Bold', sans-serif;
font-size: 12px;
line-height: 150%;
}
[data-id="apply"] {
display: flex;
justify-content: center;
align-items: center;
gap: 3px;
border-radius: 4px;
border: 1px solid var(--grey-0, #121212);
background: #BA9BE8;
color: #FFF;
box-shadow: 2px 2px 0 0 #000;
width: 128px;
height: 26px;
align-self: center;
padding: 6px 8px;
&:hover {
cursor: pointer;
box-shadow: none;
}
&:active {
background: #333333;
color: #FFFFFF;
box-shadow: none;
}
}
footer {
align-self: flex-start;
}
.settings_controller_content {
display: flex;
align-items: center;
}
.settings_controller .settings_controller_title {
color: #121212;
font-size: 12px;
cursor: pointer;
}
.settings_controller .switch {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
flex-shrink: 0;
}
.settings_controller .switch input {
opacity: 0;
width: 0;
height: 0;
}
.settings_controller .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url("chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-check-bg.png") center / 16px 16px no-repeat;
}
.settings_controller input:checked + .slider {
background: url("chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-check-mark.png") center / 16px 16px no-repeat;
}
</style><div id="shortcutRecommendation-container">
<header>
<div class="header-logo-container">
<img src="chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-logo.svg" alt="Logo">
<p class="bold">EverCapture</p>
</div>
<svg id="close" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M5.83334 5.83301L14.1667 14.1663M5.83334 14.1663L14.1667 5.83301" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</header>
<main class="main">
<svg class="main-blob" xmlns="http://www.w3.org/2000/svg" width="336" height="202" viewBox="0 0 336 202" fill="none">
<path d="M117.21 -73.1453C146.125 -97.5954 156.86 -140.668 191.884 -155.037C230.179 -170.748 275.339 -170.646 312.961 -153.455C350.603 -136.256 380.707 -102.332 393.447 -62.9384C405.116 -26.8583 381.336 9.20905 377.783 46.9782C374.106 86.0759 395.26 129.893 372.311 161.771C349.038 194.1 303.706 201.302 264.065 204.945C227.547 208.3 194.33 192.465 159.401 181.334C118.544 168.315 71.198 166.783 42.9788 134.495C12.3121 99.4074 -11.5487 47.6271 4.15334 3.70516C19.8794 -40.2841 81.5388 -42.9825 117.21 -73.1453Z" fill="#BA9BE8"></path>
</svg>
<div class="main-header">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<g clip-path="url(#clip0_2027_2809)">
<path d="M16.935 0.625H17.915C18.3016 0.625 18.6724 0.778531 18.9459 1.05184C19.2194 1.32515 19.3731 1.69587 19.3733 2.0825V3.06333C19.374 5.34751 18.502 7.54566 16.9358 9.20833L15.9125 10.295C15.4892 10.7436 15.0454 11.1724 14.5825 11.58V15.7783C14.5825 16.2908 14.3133 16.765 13.8742 17.0283L10.1125 19.2858C10.0271 19.3371 9.93068 19.3673 9.83127 19.3737C9.73187 19.3802 9.63235 19.3628 9.54103 19.323C9.44971 19.2832 9.36922 19.2222 9.30627 19.145C9.24332 19.0678 9.19974 18.9766 9.17916 18.8792L8.37666 15.0692C8.3352 15.0362 8.29621 15.0003 8.26 14.9617L6.7 13.3L5.03833 11.7392C4.9997 11.703 4.96377 11.664 4.93083 11.6225L1.12167 10.82C1.02405 10.7996 0.932728 10.7562 0.85532 10.6934C0.777912 10.6305 0.716667 10.55 0.6767 10.4587C0.636733 10.3673 0.619203 10.2677 0.625576 10.1682C0.631949 10.0687 0.662038 9.97218 0.713332 9.88667L2.97167 6.125C3.235 5.68583 3.70917 5.41667 4.22167 5.41667H8.41916C8.8268 4.95432 9.25559 4.51107 9.70417 4.08833L10.7908 3.06333C12.453 1.49722 14.6504 0.625016 16.9342 0.625H16.935ZM11.6483 3.97333L10.5617 4.9975C9.53908 5.96123 8.6291 7.03783 7.84916 8.20667L6.02167 10.9483L7.57083 12.4017L7.59916 12.43L9.05167 13.9783L11.7917 12.1517C12.9615 11.3714 14.0389 10.4608 15.0033 9.4375L16.0267 8.35167C17.3746 6.92082 18.1249 5.02907 18.1242 3.06333V2.08333C18.1242 2.02808 18.1022 1.97509 18.0631 1.93602C18.0241 1.89695 17.9711 1.875 17.9158 1.875H16.935C14.9697 1.87494 13.0786 2.62553 11.6483 3.97333ZM5.41667 17.5C4.40917 18.5075 2.16583 18.7042 1.46417 18.7417C1.43667 18.7432 1.40915 18.739 1.38334 18.7294C1.35752 18.7198 1.33398 18.705 1.31417 18.6858C1.29503 18.666 1.2802 18.6425 1.27059 18.6167C1.26098 18.5909 1.25681 18.5633 1.25833 18.5358C1.29583 17.8342 1.4925 15.5908 2.5 14.5833C3.25 13.8333 4.66667 13.8333 5.41667 14.5833C6.16667 15.3333 6.16667 16.75 5.41667 17.5ZM4.92333 10.3433L6.80833 7.51417C7.00055 7.22583 7.19972 6.94333 7.40583 6.66667H4.22167C4.18577 6.66669 4.15049 6.67598 4.11925 6.69365C4.088 6.71132 4.06185 6.73675 4.04333 6.7675L2.2375 9.7775L4.92333 10.3433ZM13.3333 12.5933C13.0556 12.8 12.7728 12.9994 12.485 13.1917L9.6575 15.0767L10.2225 17.7625L13.2325 15.9567C13.2632 15.9381 13.2887 15.912 13.3063 15.8808C13.324 15.8495 13.3333 15.8142 13.3333 15.7783V12.5933ZM14.5833 6.66667C14.5833 6.83087 14.5509 6.99346 14.488 7.14515C14.4251 7.29684 14.3329 7.43465 14.2168 7.55072C14.1006 7.6668 13.9628 7.75886 13.811 7.82164C13.6593 7.88443 13.4967 7.91672 13.3325 7.91667C13.1683 7.91661 13.0057 7.88421 12.854 7.82132C12.7023 7.75844 12.5645 7.66629 12.4484 7.55013C12.3324 7.43398 12.2403 7.29611 12.1775 7.14438C12.1147 6.99265 12.0824 6.83004 12.0825 6.66583C12.0826 6.3342 12.2145 6.0162 12.449 5.78178C12.6836 5.54736 13.0017 5.41572 13.3333 5.41583C13.665 5.41594 13.983 5.54779 14.2174 5.78237C14.4518 6.01694 14.5834 6.33504 14.5833 6.66667Z" fill="#A170E8"></path>
</g>
<defs>
<clippath id="clip0_2027_2809">
<rect width="20" height="20" fill="white"></rect>
</clippath>
</defs>
</svg>
<p class="main-header-text bold">Set shortcut to speed up your workflow! </p>
</div>
<div class="shortcutContainer" id="Vis">
<div class="main-feature">
<p class="main-feature-text">You can set a shortcut for </p>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
<path d="M2.25 6.1875V13.5C2.25 13.9476 2.42779 14.3768 2.74426 14.6932C3.06072 15.0097 3.48995 15.1875 3.9375 15.1875H14.0625C14.5101 15.1875 14.9393 15.0097 15.2557 14.6932C15.5722 14.3768 15.75 13.9476 15.75 13.5V6.1875M2.25 6.1875V4.5C2.25 4.05245 2.42779 3.62323 2.74426 3.30676C3.06072 2.99029 3.48995 2.8125 3.9375 2.8125H14.0625C14.5101 2.8125 14.9393 2.99029 15.2557 3.30676C15.5722 3.62323 15.75 4.05245 15.75 4.5V6.1875M2.25 6.1875H15.75M3.9375 4.5H3.9435V4.506H3.9375V4.5ZM5.625 4.5H5.631V4.506H5.625V4.5ZM7.3125 4.5H7.3185V4.506H7.3125V4.5Z" stroke="#E119C1" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<p class="main-feature-text bold">&nbsp;Visible Area&nbsp;</p>
<p class="main-feature-text">feature.</p>
</div>
<div class="main-recommended">
<p class="main-feature-text bold">Popular shortcut:</p>
<div class="shortcut-button">Alt</div>
<div class="shortcut-button">Shift</div>
<div class="shortcut-button">V</div>
</div>
<button data-id="apply">Apply the shortcut</button>
</div><div class="shortcutContainer" id="Sel">
<div class="main-feature">
<p class="main-feature-text">You can set a shortcut for </p>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
<path d="M15.1875 12.4545V5.54474C15.5713 5.44638 15.9223 5.24819 16.2048 4.97031C16.4873 4.69243 16.6912 4.34474 16.7959 3.96256C16.9005 3.58038 16.9022 3.17731 16.8007 2.79428C16.6991 2.41125 16.4981 2.06191 16.2179 1.78172C15.9377 1.50152 15.5884 1.30046 15.2053 1.19896C14.8223 1.09745 14.4192 1.0991 14.0371 1.20375C13.6549 1.3084 13.3072 1.51232 13.0293 1.7948C12.7514 2.07728 12.5532 2.42827 12.4549 2.81211H5.54512C5.44676 2.42827 5.24857 2.07728 4.97069 1.7948C4.69281 1.51232 4.34512 1.3084 3.96294 1.20375C3.58076 1.0991 3.17769 1.09745 2.79466 1.19896C2.41163 1.30046 2.06229 1.50152 1.7821 1.78172C1.5019 2.06191 1.30085 2.41125 1.19934 2.79428C1.09783 3.17731 1.09948 3.58038 1.20413 3.96256C1.30878 4.34474 1.5127 4.69243 1.79518 4.97031C2.07766 5.24819 2.42865 5.44638 2.8125 5.54474V12.4545C2.42865 12.5529 2.07766 12.751 1.79518 13.0289C1.5127 13.3068 1.30878 13.6545 1.20413 14.0367C1.09948 14.4189 1.09783 14.8219 1.19934 15.2049C1.30085 15.588 1.5019 15.9373 1.7821 16.2175C2.06229 16.4977 2.41163 16.6988 2.79466 16.8003C3.17769 16.9018 3.58076 16.9001 3.96294 16.7955C4.34512 16.6908 4.69281 16.4869 4.97069 16.2044C5.24857 15.9219 5.44676 15.571 5.54512 15.1871H12.4549C12.5532 15.571 12.7514 15.9219 13.0293 16.2044C13.3072 16.4869 13.6549 16.6908 14.0371 16.7955C14.4192 16.9001 14.8223 16.9018 15.2053 16.8003C15.5884 16.6988 15.9377 16.4977 16.2179 16.2175C16.4981 15.9373 16.6991 15.588 16.8007 15.2049C16.9022 14.8219 16.9005 14.4189 16.7959 14.0367C16.6912 13.6545 16.4873 13.3068 16.2048 13.0289C15.9223 12.751 15.5713 12.5529 15.1875 12.4545ZM14.625 2.24961C14.8475 2.24961 15.065 2.31559 15.25 2.43921C15.435 2.56283 15.5792 2.73853 15.6644 2.9441C15.7495 3.14966 15.7718 3.37586 15.7284 3.59409C15.685 3.81232 15.5778 4.01278 15.4205 4.17011C15.2632 4.32744 15.0627 4.43459 14.8445 4.478C14.6262 4.52141 14.4 4.49913 14.1945 4.41398C13.9889 4.32883 13.8132 4.18464 13.6896 3.99963C13.566 3.81463 13.5 3.59712 13.5 3.37461C13.5 3.07625 13.6185 2.7901 13.8295 2.57912C14.0405 2.36814 14.3266 2.24961 14.625 2.24961ZM2.25 3.37461C2.25 3.15211 2.31598 2.9346 2.43959 2.7496C2.56321 2.56459 2.73891 2.4204 2.94448 2.33525C3.15004 2.2501 3.37624 2.22782 3.59447 2.27123C3.8127 2.31464 4.01316 2.42179 4.17049 2.57912C4.32783 2.73645 4.43497 2.93691 4.47838 3.15514C4.52179 3.37337 4.49951 3.59957 4.41436 3.80513C4.32921 4.0107 4.18502 4.1864 4.00001 4.31002C3.81501 4.43363 3.5975 4.49961 3.375 4.49961C3.07663 4.49961 2.79048 4.38109 2.5795 4.17011C2.36852 3.95913 2.25 3.67298 2.25 3.37461ZM3.375 15.7496C3.15249 15.7496 2.93498 15.6836 2.74998 15.56C2.56497 15.4364 2.42078 15.2607 2.33563 15.0551C2.25048 14.8496 2.2282 14.6234 2.27161 14.4051C2.31502 14.1869 2.42217 13.9865 2.5795 13.8291C2.73684 13.6718 2.93729 13.5646 3.15552 13.5212C3.37375 13.4778 3.59995 13.5001 3.80552 13.5852C4.01108 13.6704 4.18678 13.8146 4.3104 13.9996C4.43402 14.1846 4.5 14.4021 4.5 14.6246C4.5 14.923 4.38147 15.2091 4.17049 15.4201C3.95951 15.6311 3.67336 15.7496 3.375 15.7496ZM12.4549 14.0621H5.54512C5.44404 13.6755 5.24184 13.3229 4.9593 13.0403C4.67676 12.7578 4.32407 12.5556 3.9375 12.4545V5.54474C4.32407 5.44366 4.67676 5.24146 4.9593 4.95891C5.24184 4.67637 5.44404 4.32369 5.54512 3.93711H12.4549C12.556 4.32369 12.7582 4.67637 13.0407 4.95891C13.3232 5.24146 13.6759 5.44366 14.0625 5.54474V12.4545C13.6757 12.555 13.3227 12.7571 13.0401 13.0397C12.7574 13.3223 12.5554 13.6753 12.4549 14.0621ZM14.625 15.7496C14.4025 15.7496 14.185 15.6836 14 15.56C13.815 15.4364 13.6708 15.2607 13.5856 15.0551C13.5005 14.8496 13.4782 14.6234 13.5216 14.4051C13.565 14.1869 13.6722 13.9865 13.8295 13.8291C13.9868 13.6718 14.1873 13.5646 14.4055 13.5212C14.6237 13.4778 14.8499 13.5001 15.0555 13.5852C15.2611 13.6704 15.4368 13.8146 15.5604 13.9996C15.684 14.1846 15.75 14.4021 15.75 14.6246C15.7495 14.9228 15.6309 15.2087 15.42 15.4196C15.2091 15.6305 14.9232 15.7492 14.625 15.7496Z" fill="#692AB9"></path>
</svg>
<p class="main-feature-text bold">&nbsp;Selected Area&nbsp;</p>
<p class="main-feature-text">feature.</p>
</div>
<div class="main-recommended">
<p class="main-feature-text bold">Popular shortcut:</p>
<div class="shortcut-button">Alt</div>
<div class="shortcut-button">Shift</div>
<div class="shortcut-button">S</div>
</div>
<button data-id="apply">Apply the shortcut</button>
</div></main>
<footer>
<div class="settings_controller">
<div class="settings_controller_content">
<label class="switch">
<input id="dontShow" type="checkbox">
<span class="slider round"></span>
</label>
<label class="settings_controller_title bold" for="dontShow">
Don't show it again
</label>
</div>
</div>
</footer>
</div></template></div><div style="display: none;"><template shadowrootmode="open"><style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
#shortcutRecommendation-saved {
position: fixed;
bottom: 62px;
right: 88px;
z-index: 2147483647;
}
.saved {
display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 4px;
border: 1px solid var(--grey-3, #AFAFB3);
background: var(--white, #FFF);
box-shadow: 0px 8px 30px 0px rgba(66, 63, 68, 0.10);
}
.saved-image {
width: 20px;
height: 20px;
}
.saved-text {
color: var(--grey-0, #121212);
text-align: center;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%;
}
.saved-close {
margin-left: 8px;
&:hover {
cursor: pointer;
}
}
</style><div id="shortcutRecommendation-saved">
<section class="saved" id="saved">
<img class="saved=image" src="chrome-extension://njaclngoobdnphkahnehdejhliehbhid/assets/icons/icon-saved.svg" alt="Saved">
<p class="saved-text">Shortcut saved</p>
<svg class="saved-close" id="saved-close" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M5.83331 5.83301L14.1666 14.1663M5.83331 14.1663L14.1666 5.83301" stroke="#AFAFB3" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</section>
</div></template></div></body></html>

View file

@ -0,0 +1 @@
import"./shreddit-media-lightbox-listener-d858790d.js";import"./zoomable-img-1c5beae5.js";import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";import"./slot-controller-d5f2baad.js";import"./age-gate-standalone-client-js-ae1dae53.js";

View file

@ -0,0 +1 @@
#blocking-modal-contents::part(panel){max-width:min(90dvw,656px)}#nsfw-qr-dialog-contents::part(base){left:unset;top:unset;right:74px;bottom:60px;box-sizing:content-box}#nsfw-qr-dialog-contents::part(panel){padding:16px;min-width:300px;max-width:500px;border-radius:var(--radius-lg);box-shadow:none;overflow:hidden}

View file

@ -0,0 +1 @@
import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
import"./load-more-observer-e162c09a.js";import"./shreddit-feed-page-loading-6583e5dc.js";import"./mod-queue-pdp-client-js-7be27fdf.js";import"./settings-controller-c57c11bd.js";import"./select-controller-7e933fba.js";import"./community-picker-516d47f1.js";import"./faceplate-tabgroup-3ea3f776.js";import"./chat-mobile-xpromo-client-js-430cb1ff.js";import"./faceplate-hovercard-886fc72c.js";import"./custom-event-343834cb.js";import"./faceplate-tabpanel-6ffce4f4.js";import"./faceplate-tablist-31bcb0e6.js";import"./shreddit-profile-comment-fd689f1a.js";import"./faceplate-gif-446ed9ca.js";import"./shreddit-overflow-menu-bce68aa6.js";import"./shreddit-comment-action-row-1cfee8da.js";import"./shreddit-comment-badges-dd4fd1a8.js";import"./reddit-page-data-9c238766.js";import"./shreddit-feed-483fb4e1.js";import"./shreddit-spoiler-aa0ddacc.js";import"./open-interstitial-modal-357482a3.js";import"./confirm-over-18-2c198a75.js";import"./icon-53c96cf1.js";import"./community-author-flair-27a03a8a.js";import"./user-mod-actions-bottom-sheet-566bf169.js";import"./mod-notes-opener-cf87e872.js";import"./custom-feed-follow-button-65ac132b.js";import"./shreddit-stop-propagation-ab4c1f48.js";import"./all-chats-page-recommendations-client-js-68f661ef.js";import"./shell-f94ce6eb.js";import"./shreddit-layout-event-setter-fb26622a.js";import"./helpers-d859685c.js";import"./constants-aac8a186.js";import"./filterNullish-8f75a7d8.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./user-flair-41d5aa5f.js";import"./faceplate-tooltip-2b6a42a2.js";import"./mod-actions-controller-7f3730d5.js";import"./expandable-section-header-c7ac8d57.js";import"./mod-removal-reason-form-client-js-ad50b1ec.js";import"./modActions-f2d15f33.js";import"./faceplate-form-b19d20af.js";import"./comment-a0e434fa.js";import"./distinguished-tags-3c9b3613.js";import"./overflow-menu-actions-d198fc58.js";import"./links-1e4d3f0f.js";import"./faceplate-select-text-input-ccd18d79.js";import"./validate-image-93b32255.js";import"./text-input-2cd758a7.js";import"./faceplate-option-58eaa8af.js";import"./header-action-item-chat-client-js-36fad547.js";import"./tooltip.base-206e994b.js";import"./rpl-popper-8a011d58.js";import"./faceplate-progress-74c4a822.js";import"./faceplate-textarea-input-e6cc0008.js";import"./smart-escalations-provider-client-js-20e65710.js";import"./community-onboarding-completed-modal-client-js-9db03a64.js";import"./hui-user-drawer-client-js-12f982d9.js";import"./slot-controller-d5f2baad.js";import"./postFlair-351f92cd.js";import"./mod-bulk-actions-d793f4cb.js";import"./click-card-56370d33.js";import"./previous-actions-client-js-1b82ecac.js";import"./mod-verdict-6464e2c4.js";import"./content-action-button-69ba169e.js";import"./award-controller-f4948f1b.js";import"./awardsTelemetryState-7d391c46.js";import"./translations-bfefcb00.js";import"./faceplate-bottom-sheet-header-a2453f73.js";import"./app-selector-client-js-3a5c7ba5.js";import"./shreddit-comment-share-button-46832dc1.js";import"./with-share-8597b420.js";import"./promote-post-actions-controller-43f8ab8c.js";import"./utils-94f27e9d.js";import"./index-7436fa38.js";import"./profile-creation-2109897e.js";import"./rpl-coachmark-a4405668.js";import"./rpl-coachmark-card-13af17f5.js";import"./comment-stats-entry-point-client-js-e8fb7af8.js";import"./feedback-tooltip-overflow-menu-696241d6.js";import"./shop-gallery-data-fetcher-client-js-44dbab5b.js";import"./index-8d6cd4c0.js";import"./awards-395295be.js";import"./_voteButtonInternalsDoNotUse-656a2d11.js";import"./translation-feedback-modal-client-js-2ff337df.js";import"./feeds-ce18cc2c.js";import"./index-7550e2c4.js";import"./hotkeys-loader-client-js-23c38319.js";import"./hotkeys-modal-client-js-12a74da2.js";import"./index-356adea4.js";import"./tab-button-4b7e948e.js";import"./subreddit-posting-eligibility-f82aa529.js";import"./password-recovery-6236ec9b.js";import"./faceplate-radio-input-d30298dc.js";import"./flair-editor-fb904b22.js";import"./mention-node-e4cb0ec9.js";import"./lexical-26d35daa.js";import"./upload-9a61a261.js";import"./shreddit-player-2-91e43492.js";import"./errors-8d0111b7.js";import"./rtjsonToLexical-b1f1fc34.js";import"./validate-video-28e6b24f.js";import"./index-921dd013.js";import"./user-mod-actions-23cf4de0.js";import"./user-management-5f831b8d.js";import"./index-4e3ffd77.js";import"./mod-notes-72b52b6c.js";

View file

@ -0,0 +1 @@
.profile-settings-item div>span:first-child{flex-basis:55%;flex-shrink:0;flex-grow:1}.profile-settings-item div>span:last-child{flex-shrink:1}.profile-settings-item div>span:last-child a{white-space:pre-wrap;line-height:normal}

View file

@ -0,0 +1 @@
import"./mod-log-takedown-preview-client-js-73501e15.js";import"./shell-f94ce6eb.js";import"./select-controller-7e933fba.js";import"./community-picker-516d47f1.js";import"./faceplate-progress-74c4a822.js";import"./faceplate-tooltip-2b6a42a2.js";import"./shreddit-share-list-item-c8c63ab0.js";import"./profile-followers-modal-client-js-533d51eb.js";import"./community-appearance-entrypoint-c7f45746.js";import"./custom-feed-follow-button-65ac132b.js";import{g as t}from"./password-recovery-6236ec9b.js";import"./icon-53c96cf1.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./user-flair-41d5aa5f.js";import"./with-share-8597b420.js";import"./promote-post-actions-controller-43f8ab8c.js";import"./utils-94f27e9d.js";import"./content-action-button-69ba169e.js";import"./expandable-section-header-c7ac8d57.js";import"./index-7436fa38.js";import"./header-action-item-chat-client-js-36fad547.js";import"./tooltip.base-206e994b.js";import"./rpl-popper-8a011d58.js";import"./profile-creation-2109897e.js";import"./rpl-coachmark-a4405668.js";import"./rpl-coachmark-card-13af17f5.js";import"./modActions-f2d15f33.js";import"./settings-rows-e0be2a30.js";import"./settings-controller-c57c11bd.js";import"./helpers-d859685c.js";import"./constants-aac8a186.js";import"./filterNullish-8f75a7d8.js";import"./index-356adea4.js";import"./faceplate-radio-input-d30298dc.js";import"./community-onboarding-completed-modal-client-js-9db03a64.js";import"./hui-user-drawer-client-js-12f982d9.js";import"./slot-controller-d5f2baad.js";import"./shreddit-modal-content-597b6cd2.js";import"./chat-mobile-xpromo-client-js-430cb1ff.js";import"./shreddit-pubsub-publisher-741b253f.js";t()&&import("./achievements-entrypoint-89a20772.js");

View file

@ -0,0 +1 @@
import"./mod-log-takedown-preview-client-js-73501e15.js";import"./select-controller-7e933fba.js";import"./community-picker-516d47f1.js";import"./faceplate-tooltip-2b6a42a2.js";import"./faceplate-progress-74c4a822.js";import"./shreddit-share-list-item-c8c63ab0.js";import{t as e,_ as t,n as o,g as s,v as i,m as r,e as a}from"./shell-f94ce6eb.js";import{s as p,x as l,A as n}from"./icon-53c96cf1.js";import"./follow-button-7f403bed.js";import"./all-chats-page-recommendations-client-js-68f661ef.js";import"./click-location-tracker-26c80e64.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./user-flair-41d5aa5f.js";import"./with-share-8597b420.js";import"./promote-post-actions-controller-43f8ab8c.js";import"./utils-94f27e9d.js";import"./content-action-button-69ba169e.js";import"./expandable-section-header-c7ac8d57.js";import"./index-7436fa38.js";import"./header-action-item-chat-client-js-36fad547.js";import"./tooltip.base-206e994b.js";import"./rpl-popper-8a011d58.js";import"./profile-creation-2109897e.js";import"./rpl-coachmark-a4405668.js";import"./rpl-coachmark-card-13af17f5.js";import"./modActions-f2d15f33.js";let d=class extends p{constructor(){super(...arguments),this.shouldRenderViewMore=!1,this.isExpanded=!1}_onClickViewMore(){this.isExpanded=!this.isExpanded}_renderViewMoreOrLessButton(){const e=this.isExpanded?"View less":"View all";return i({appearance:"bordered",attributes:{onclick:this._onClickViewMore,className:"mt-xs"},children:e,size:r.Small})}render(){return l`<slot name="initial-trophies"></slot> <slot name="additional-trophies" class="${this.isExpanded?"":"hidden"}"></slot> ${this.shouldRenderViewMore?this._renderViewMoreOrLessButton():n}`}};d.styles=[e],t([o({type:Boolean,attribute:"should-render-view-more"})],d.prototype,"shouldRenderViewMore",void 0),t([s()],d.prototype,"isExpanded",void 0),d=t([a("shreddit-profile-trophy-list")],d);

View file

@ -0,0 +1 @@
import"./community-picker-516d47f1.js";import"./reddit-sidebar-nav-412f115e.js";import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";

View file

@ -0,0 +1 @@
.coachmark:not(:defined)>[slot=content]{display:none}

View file

@ -0,0 +1 @@
import"./shell-f94ce6eb.js";import"./shreddit-coachmark-trigger-ecc024c2.js";import"./emoji-template-table-client-js-afa3357c.js";import"./mod-queue-item-comment-client-js-3dadd592.js";import"./header-action-item-chat-client-js-36fad547.js";import"./icon-53c96cf1.js";import"./hovercard.base-a40c5c9f.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./rpl-popper-8a011d58.js";import"./tooltip.base-206e994b.js";

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,23 @@
<!-- saved from url=(0011)about:blank -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body data-new-gr-c-s-check-loaded="14.1243.0" data-gr-ext-installed=""></body><grammarly-desktop-integration data-grammarly-shadow-root="true"><template shadowrootmode="open"><style>
div.grammarly-desktop-integration {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
}
div.grammarly-desktop-integration:before {
content: attr(data-content);
}
</style><div aria-label="grammarly-integration" role="group" tabindex="-1" class="grammarly-desktop-integration" data-content="{&quot;mode&quot;:&quot;full&quot;,&quot;isActive&quot;:true,&quot;isUserDisabled&quot;:false}"></div></template></grammarly-desktop-integration></html>

View file

@ -0,0 +1,23 @@
<!-- saved from url=(0011)about:blank -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body data-new-gr-c-s-loaded="14.1243.0"></body><grammarly-desktop-integration data-grammarly-shadow-root="true"><template shadowrootmode="open"><style>
div.grammarly-desktop-integration {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
}
div.grammarly-desktop-integration:before {
content: attr(data-content);
}
</style><div aria-label="grammarly-integration" role="group" tabindex="-1" class="grammarly-desktop-integration" data-content="{&quot;mode&quot;:&quot;full&quot;,&quot;isActive&quot;:true,&quot;isUserDisabled&quot;:false}"></div></template></grammarly-desktop-integration></html>

View file

@ -0,0 +1,23 @@
<!-- saved from url=(0011)about:blank -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body data-new-gr-c-s-check-loaded="14.1243.0" data-gr-ext-installed=""></body><grammarly-desktop-integration data-grammarly-shadow-root="true"><template shadowrootmode="open"><style>
div.grammarly-desktop-integration {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
}
div.grammarly-desktop-integration:before {
content: attr(data-content);
}
</style><div aria-label="grammarly-integration" role="group" tabindex="-1" class="grammarly-desktop-integration" data-content="{&quot;mode&quot;:&quot;full&quot;,&quot;isActive&quot;:true,&quot;isUserDisabled&quot;:false}"></div></template></grammarly-desktop-integration></html>

View file

@ -0,0 +1 @@
import"./faceplate-search-input-51d4ee5b.js";import{_ as e,e as t,a7 as s,c3 as o}from"./shell-f94ce6eb.js";import{x as r}from"./icon-53c96cf1.js";import{R as a,a as n,S as i}from"./base-de280201.js";import"./text-input-2cd758a7.js";import"./filterNullish-8f75a7d8.js";import"./constants-aac8a186.js";import"./validate-image-93b32255.js";import"./age-gate-standalone-client-js-ae1dae53.js";import"./search-telemetry-tracker-7bd30efd.js";import"./post-consume-tracker-9332535f.js";import"./links-1e4d3f0f.js";import"./search-typeahead-expandable-section-99cff05b.js";import"./search-params-afaf493c.js";import"./search-dynamic-id-3c860123.js";import"./expandable-section-header-c7ac8d57.js";import"./ad-event-tracker-7a0826c3.js";import"./with-ad-observer-4c012342.js";import"./errors-8d0111b7.js";import"./overflow-menu-actions-d198fc58.js";import"./distinguished-tags-3c9b3613.js";import"./shreddit-dynamic-ad-link-3fb6e379.js";import"./suggested-search-queries-client-js-c6185f2e.js";import"./faceplate-expandable-section-helper-4712b879.js";import"./faceplate-auto-height-animator-f14fdb89.js";import"./content-tags-fe20fee7.js";import"./pdp-seeker-cafdafe5.js";let c=class extends a{constructor(){super(...arguments),this.onKeyDown=e=>{const t="Escape"===e.key,s="Tab"===e.key,o=Boolean(s&&this.shadowRoot&&this.input&&this.shadowRoot.activeElement===this.input),r=s&&!e.shiftKey;t&&e.preventDefault(),(t||o||r)&&this.handleBlur()},this.getKeyboardNavigableDropdownItems=()=>{const e=`[role="menuitem"],summary[aria-controls*="${o}"]`,t=[];return[this.suggestedSearchResultsContainer,this.recentSearchesContainer,this.trendingSearchesContainer,this.typeaheadResultsContainer].forEach((s=>{if(!s)return;s.querySelectorAll(e).forEach((e=>{const s=null!==e.offsetParent&&e.offsetHeight>0,o="SUMMARY"===e.tagName,r=e.closest("faceplate-expandable-section-helper");s&&(o||!r||r.open)&&t.push(e)}))})),t},this.handleRecentSearchTabKeyNavigation=e=>{const t=e.target.querySelector(".recent-search-item-delete-button");e.shiftKey&&e.target.className.includes("recent-search-item-delete-button")?(e.target.closest('[role="menuitem"]')?.focus(),e.preventDefault(),e.stopPropagation()):!e.shiftKey&&t&&(t.focus(),e.preventDefault(),e.stopPropagation())},this.handleDropdownKeyDown=e=>{super.handleDropdownKeyDown(e);const t=e.target?.closest(`#${n}`);if("Tab"===e.key&&t)this.handleRecentSearchTabKeyNavigation(e);else if("ArrowDown"===e.key||"ArrowUp"===e.key){e.preventDefault();const t=e.target,s=this.getKeyboardNavigableDropdownItems();let o=-1;s.forEach(((e,s)=>{e===t&&(o=s)}));const r="ArrowDown"===e.key?o+1:o-1,a=o>=0&&o<s.length?s[r]:void 0;a?a.focus():this.focusSearchInputWithArrowKeys()}}}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this.onKeyDown)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.onKeyDown)}handleKeyDown(e){if(super.handleKeyDown(e),!["ArrowDown","ArrowUp"].includes(e.key))return;e.preventDefault();const t=this.getKeyboardNavigableDropdownItems();0!==t.length&&("ArrowDown"===e.key?t[0].focus():"ArrowUp"===e.key&&t[t.length-1].focus())}focusSearchInputWithArrowKeys(){const e=this.input?.shadowRoot?.querySelector("input");e?.focus();const t=e?.value.length;t&&e?.setSelectionRange(t,t)}render(){return r` <div class="reddit-search-bar rounded-5 w-[inherit] box-border ${s({"shadow-sm":this.isFocused,"bg-neutral-background-strong":this.isFocused,"bg-secondary-background":!this.isFocused})}" data-faceplate-tracking-context="${JSON.stringify(this.searchTelemetryData)}"> <div class="${s({"pb-[.5rem]":this.showDropdown&&!this.isSearchScopeEnabled,"pb-xs":this.showDropdown&&this.isSearchScopeEnabled,"border-b-sm":this.showDropdown,"border-t-0":this.showDropdown,"border-r-0":this.showDropdown,"border-l-0":this.showDropdown,"border-solid":this.showDropdown,"border-neutral-border-weak":this.showDropdown})}"> <form autocomplete="off" class="flex relative items-center text-neutral-content-strong" @submit="${this.handleSubmit}"> ${this.renderSearchInput(!0)} </form> </div> <div class="max-h-[calc(100vh-var(--shreddit-header-height)-15px-10px)] overflow-y-auto overflow-x-hidden m-t ${s({hidden:!this.showDropdown})}" id="${i}"> ${this.renderDropdownContent(!0)} </div> </div> `}};c=e([t("reddit-search-large")],c);

View file

@ -0,0 +1 @@
#credential_picker_container{border:none;height:330px;position:fixed;right:20px;top:20px;width:391px;z-index:9999}#credential_picker_container .L5Fo6c-PQbLGe{border:none;width:391px;height:330px}@media only screen and (max-width:410px){#credential_picker_container{overflow-x:hidden;overflow-y:auto;right:0;width:100vw}#credential_picker_container .L5Fo6c-PQbLGe{width:100vw}}#g_a11y_announcement{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.L5Fo6c-sM5MNb{border:0;display:block;left:0;position:relative;top:0}.L5Fo6c-bF1uUb{-webkit-border-radius:4px;border-radius:4px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.L5Fo6c-bF1uUb:focus{border:none;outline:none}sentinel{}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
import"./app-selector-client-js-3a5c7ba5.js";import"./shell-f94ce6eb.js";import"./icon-53c96cf1.js";import"./slot-controller-d5f2baad.js";import"./age-gate-standalone-client-js-ae1dae53.js";