letterboxd.com Open in urlscan Pro
2606:4700:10::6816:3e5e  Public Scan

URL: https://letterboxd.com/rosiyunyun/list/boxx-office-2024/
Submission Tags: falconsandbox
Submission: On November 19 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST #

<form method="post" action="#" id="signin" class="signin signin-form js-header-signin-form js-signin -hidden" data-url="/user/login.do" data-recaptcha-action="signin" novalidate="novalidate" autocorrect="off" autocapitalize="off"
  style="opacity: 0; display: none;">
  <input type="hidden" name="__csrf" value="01a78755403fac06ed44">
  <input type="hidden" name="authenticationCode" value="">
  <fieldset class="fieldset">
    <div class="fields">
      <div class="col">
        <label for="username">Username</label>
        <input type="email" name="username" id="username" class="field signin-field" tabindex="1" data-focus-control="signingIn" autocomplete="email" inputmode="email" value="">
      </div>
      <div class="col">
        <label for="password">Password</label>
        <input type="password" name="password" id="password" class="field signin-field" tabindex="2" autocomplete="current-password" value="">
      </div>
      <div class="signin-actions">
        <label for="remember" class="option-label -checkbox -small">
          <input type="checkbox" name="remember" id="remember" class="checkbox" tabindex="3" value="true"><i class="substitute"></i>
          <span class="focus">Remember<span class="mob-hide"> me</span></span>
        </label>
        <p class="reset" tabindex="5"><a class="reset-password-link" href="/user/request-password-reset" target="_top">Forgotten<span class="elongated"> username or password</span>?</a></p>
      </div>
      <div class="col buttons">
        <div class="button-container"><input type="submit" value="Sign in" class="button -action button-green" tabindex="4"><i></i></div>
        <div class="close js-close-signin">×</div>
      </div>
    </div>
  </fieldset>
  <div id="signin-message" class="errormessage"></div>
</form>

POST /s/save-diary-entry

<form method="post" action="/s/save-diary-entry" id="diary-entry-form" class="fields-reversed">
  <input type="hidden" name="__csrf" value="01a78755403fac06ed44">
  <input type="hidden" name="viewingId" value="" id="frm-viewing-id">
  <input type="hidden" name="filmId" value="" id="frm-film-id">
  <fieldset>
    <div class="form-row specified-dates">
      <div class="col col-6 col-gap overflow js-specify-date">
        <div class="needsclick">
          <label for="frm-specify-date" class="needsclick option-label -checkbox -default -reversed">
            <input type="checkbox" name="specifiedDate" id="frm-specify-date" class="needsclick js-specify-date checkbox " value="true"><i class="substitute"></i>
            <span id="frm-specify-date-label">Add film to your&nbsp;diary?</span>
          </label>
          <span id="frm-watched-label" style="display:none">Watched on <a href="#" id="add-date" class="modal-link"></a></span>
        </div>
      </div>
      <div class="col col-6 overflow">
        <label for="frm-rewatch" id="frm-rewatch-label" class="option-label -checkbox -default">
          <input type="checkbox" name="rewatch" id="frm-rewatch" class="checkbox" value="true"><i class="substitute"></i> I’ve watched this film before </label>
      </div>
      <input type="hidden" name="viewingDateStr" id="frm-viewing-date-string" value="">
    </div>
    <div class="form-row">
      <textarea name="review" id="frm-review" class="field" placeholder="Add a review..."></textarea>
    </div>
    <div class="form-row clearfix">
      <div class="col col-7 has-topnote add-tags">
        <label for="frm-tags">Tags</label>
        <p class="note -topnote mob-hide">Press Tab to complete, Enter to create</p>
        <div class="autocomplete-tags">
          <div id="tag-container">
            <input type="text" id="frm-tags" class="tag-input-field field" name="tags" placeholder="eg. netflix" data-url="/s/autocompletetags">
          </div>
          <div id="current-tags">
          </div>
        </div>
      </div>
      <div class="col col-1 col-right like-field">
        <label class="option-label -like">
          <input id="film-like-checkbox" type="checkbox" name="liked" value="true" class="ajax-working like-checkbox"><i class="substitute"></i> Like </label>
      </div>
      <div class="col col-4 col-right has-topnote rate-film">
        <label>Rating</label>
        <p class="note -topnote rating-text"></p>
        <input id="frm-rating" name="rating" type="range" min="0" max="10" step="1" value="0">
        <div class="rateit" data-rateit-backingfld="#frm-rating" data-rateit-starwidth="13" data-rateit-starheight="26" data-rateit-resetable="true"></div>
      </div>
    </div>
    <div class="form-row clearfix row-last ">
      <div id="contains-spoilers" class="col col-6 col-gap overflow">
        <label for="frm-spoilers" class="label-spoilers option-label -checkbox -default">
          <input type="checkbox" name="containsSpoilers" id="frm-spoilers" class="checkbox" value="true"><i class="substitute"></i> Contains spoilers </label>
        <p id="frm-spoilers-locked-label" class="note" style="display:none">A moderator has locked this field.</p>
      </div>
      <div class="col right">
        <input id="diary-entry-submit-button" type="submit" class="button -action button-action" value="Save">
        <a href="#" id="diary-entry-delete-button" class="button button-delete -destructive ajax-click-action" data-confirm="Are you sure you want to delete this entry? It will disappear from your profile, but remain in your account export bundle for 30&nbsp;days, in a folder of deleted&nbsp;items.">Delete</a>
      </div>
    </div>
  </fieldset>
</form>

POST /s/add-film-to-list

<form method="post" action="/s/add-film-to-list" class="not-expanded modal-container -mini">
  <input type="hidden" name="__csrf" value="01a78755403fac06ed44">
  <input class="film-id" type="hidden" name="filmId">
  <div class="header">
    <h1 class="title-2">Add <span class="film-name"></span> to lists</h1>
    <div id="js-modal-warning" class="text" style="display: none;"></div>
    <div class="segmented-control js-list-type-toggle -stretched">
      <div class="options">
        <button class="option -selected" data-list-type="public">Public</button>
        <button class="option" data-list-type="private">Private</button>
      </div>
    </div>
  </div>
  <div class="body js-add-to-list-body">
    <div class="list-selection -selected js-list-selection" data-list-type="public">
      <div class="actions">
        <a href="" class="new js-new-list" data-private-list="false"><span class="plus"></span>New list…</a>
        <div class="filter">
          <input type="text" class="input js-list-filter" id="list-filter-public" autocomplete="off" placeholder="Type to search"><label for="list-filter-public" class="trigger"></label>
          <button class="clear js-list-filter-clear">Clear</button>
        </div>
      </div>
    </div>
    <div class="list-selection js-list-selection" data-list-type="private">
      <div class="actions">
        <a href="" class="new js-new-list" data-private-list="true"><span class="plus"></span>New list…</a>
        <div class="filter">
          <input type="text" class="input js-list-filter" id="list-filter-private" autocomplete="off" placeholder="Type to search"><label for="list-filter-private" class="trigger"></label>
          <button class="clear js-list-filter-clear">Clear</button>
        </div>
      </div>
    </div>
  </div>
  <div class="footer">
    <div class="status">
      <p class="js-selected-lists-state"></p>
    </div>
    <div class="actions">
      <input type="submit" class="button -action button-action js-add-to-list-submit" value="Add" disabled="">
    </div>
  </div>
</form>

GET /search/

<form id="search" class="js-search-form search-form" action="/search/" method="get" autocorrect="off">
  <input autocomplete="false" name="hidden" type="text" style="display:none;">
  <fieldset>
    <label for="search-q" class="hidden">Search:</label>
    <input type="text" name="q" id="search-q" class="field -borderless" data-lpignore="true" inputmode="search" value="">
    <input type="submit" value="Search" class="action">
  </fieldset>
</form>

POST

<form id="backdrop-picker-modal" class="modal fade content-media-picker-modal backdrop-picker-modal" method="post" action="" novalidate="novalidate" tabindex="-1" role="dialog" aria-labelledby="backdrop-picker-modal-title" aria-hidden="true"
  data-bs-backdrop="static">
  <div class="modal-dialog modal-lg modal-fullscreen-sm-down modal-dialog-centered modal-dialog-scrollable">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="backdrop-picker-modal-title">Select your preferred backdrop</h5>
        <button type="button" class="modal-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <div id="backdrop-picker-1f1b0065-16bf-4ce4-8666-b273dccb2279" data-backdrop-picker-options="{&quot;id&quot;: &quot;1f1b0065-16bf-4ce4-8666-b273dccb2279&quot;}" data-js-target="backdrop-picker" class="content-media-picker backdrop-picker">
        </div>
      </div>
      <div class="modal-footer">
        <div class="content-media-picker-note" hidden=""></div>
        <div class="content-media-picker-controls backdrop-picker-controls" data-backdrop-picker-controls-for="1f1b0065-16bf-4ce4-8666-b273dccb2279">
          <div class="modal-action-group -center"> <button class="button -destructive" type="button" data-js-trigger="reset" disabled=""> <span class="label" data-js-label-for="film">Reset <span class="js-image-type">poster</span></span> <span
                class="label" data-js-label-for="object" hidden="">Reset for <span class="js-object-name">item</span></span> </button> <button class="button -action" type="submit" data-js-trigger="submit" disabled=""> <span class="label"
                data-js-label-for="film">Save<span class="mob-hide"> changes</span></span> <span class="label" data-js-label-for="object" hidden="">Save<span class="mob-hide"> for <span class="js-object-name">item</span></span></span> </button>
          </div>
          <div class="objectonly js-objectonly" aria-hidden="true" hidden=""> <label for="backdrop-picker-frm-object-only" class="option-label -checkbox -medium -reversed"> <input type="checkbox" value="true" class="checkbox"
                id="backdrop-picker-frm-object-only" data-js-trigger="object-only" disabled=""><i class="substitute"></i>This <span class="js-object-name">item</span> only </label> </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="poster-picker-modal" class="modal fade content-media-picker-modal poster-picker-modal" method="post" action="" novalidate="novalidate" tabindex="-1" role="dialog" aria-labelledby="poster-picker-modal-title" aria-hidden="true"
  data-bs-backdrop="static">
  <div class="modal-dialog modal-lg modal-fullscreen-sm-down modal-dialog-centered modal-dialog-scrollable">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="poster-picker-modal-title">Select your preferred <span class="js-image-type">poster</span></h5>
        <button type="button" class="modal-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <div id="poster-picker-c8e83a62-82d2-473b-91f3-55af531f34be" data-poster-picker-options="{&quot;id&quot;: &quot;c8e83a62-82d2-473b-91f3-55af531f34be&quot;}" data-js-target="poster-picker" class="content-media-picker poster-picker"></div>
      </div>
      <div class="modal-footer">
        <div class="content-media-picker-note" hidden=""></div>
        <div class="content-media-picker-controls poster-picker-controls" data-poster-picker-controls-for="c8e83a62-82d2-473b-91f3-55af531f34be">
          <div class="modal-action-group -center"> <button class="button -destructive" type="button" data-js-trigger="reset" disabled=""> <span class="label" data-js-label-for="film">Reset <span class="js-image-type">poster</span></span> <span
                class="label" data-js-label-for="object" hidden="">Reset for <span class="js-object-name">item</span></span> </button> <button class="button -action" type="submit" data-js-trigger="submit" disabled=""> <span class="label"
                data-js-label-for="film">Save<span class="mob-hide"> changes</span></span> <span class="label" data-js-label-for="object" hidden="">Save<span class="mob-hide"> for <span class="js-object-name">item</span></span></span> </button>
          </div>
          <div class="objectonly js-objectonly" aria-hidden="true" hidden=""> <label for="poster-picker-frm-object-only" class="option-label -checkbox -medium -reversed"> <input type="checkbox" value="true" class="checkbox"
                id="poster-picker-frm-object-only" data-js-trigger="object-only" disabled=""><i class="substitute"></i>This <span class="js-object-name">item</span> only </label> </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

LETTERBOXD — YOUR LIFE IN FILM

 * Sign in
 * Create account
 * Films
 * Lists
 * Members
 * Journal

Username
Password
Remember me

Forgotten username or password?

×



ADD TO YOUR FILMS…

Name of Film
Back


Add film to your diary? Watched on
I’ve watched this film before

Tags

Press Tab to complete, Enter to create


Like
Rating




Contains spoilers

A moderator has locked this field.

Delete


ADD TO LISTS


Public Private
New list…
Clear
New list…
Clear


  Visible to anyone (with link)   Visible to the member’s friends (with link)  
Only visible to you
Search:


LIST BY ROSIYUNYUN


 * Grid
 * List

Published seconds ago

Visibility Filters
Sort by
List Order
Service
Genre
Decade



BOXX OFFICE 2024

tinhte.vn/profile/hello-love-again-2024-buong-pelikula-filipino.3134600/
tinhte.vn/profile/hello-love-again-buong-pelikula-audio-ang-filipino.3134637/
tinhte.vn/profile/hello-love-again-2024-sub-filipino-mga-pelikula.3134674/
github.com/GAKKUATJIG/GAKKUATJIG/discussions/1
github.com/GAKKUATJIG/GAKKUATJIG/discussions/2
github.com/GAKKUATJIG/GAKKUATJIG/discussions/3
github.com/GAKKUATJIG/GAKKUATJIG/discussions/4
www.facebook.com/vergladiatorIIonline/
tinhte.vn/profile/2024-hd-korean.3138668/
tinhte.vn/profile/full-hd-full_-2024_.3138700/
tinhte.vn/profile/co-dau-hao-mon-2024-vietsub-full-hd.3141787/
tinhte.vn/profile/mat-ma-do-2024-vietsub-full-hd.3141818/
www.facebook.com/GundyLegendofLove2024bgaudio/
tinhte.vn/profile/gundi-legenda-za-ljubovta-film-bg-audio-bg-audio.3141875/
jobs.generationshe.co/company/2024-korea-fe24e9bc284b
jobs.generationshe.co/company/2024-korean-de58d758c307
jobs.generationshe.co/company/2024-korea-hidden-face-073e10b77e09
lookerstudio.google.com/embed/s/u1nWsPXOtLk
lookerstudio.google.com/embed/s/gY96TVg3UC4
lookerstudio.google.com/embed/s/oWsTbTWajA0
lookerstudio.google.com/embed/s/rDb_Tnk_HyE
lookerstudio.google.com/embed/s/sdCkrAEzPwI
tinhte.vn/profile/cuoi-xuyen-bien-gioi-2024-vietsub-full-hd.3142355/

Read notes
 * Gladiator II (2024)


COMMENT?

Please sign in to reply.



rosiyunyun is using Letterboxd to share film reviews and lists with friends.
Join here.

 * Sign in to create or like lists
 * Share
   Copy URL to Clipboard
   Tweet a link Share to Facebook

 * About
 * Pro
 * News
 * Apps
 * Podcast
 * Year in Review
 * Gifts
 * Help
 * Terms
 * API
 * Contact

X
Threads
Facebook
Instagram
TikTok
YouTube

© Letterboxd Limited. Made by fans in Aotearoa New Zealand. Film data from TMDb.
Mobile site.
This site is protected by reCAPTCHA and the Google privacy policy and terms of
service apply.

SELECT YOUR PREFERRED BACKDROP


Reset poster Reset for item Save changes Save for item
This item only

SELECT YOUR PREFERRED POSTER


Reset poster Reset for item Save changes Save for item
This item only
 * Visibility Filters
 * Remove filters
 * Content Filters
   * Show short films
   * Hide short films
   * Show TV shows
   * Hide TV shows
   * Hide documentaries
   * Hide unreleased titles
   * Show obscure films
   * Hide obscure films
   * Show films with backdrop
   * Hide films with backdrop
   * Show Nanocrowd films
   * Hide Nanocrowd films
   
   

 * List Order
 * List Order
 * Reverse Order
 * Film Name
 * Film Popularity
 * Shuffle
 * Dates
 * When Added
   * Newest First
   * Earliest First
 * Release Date
   * Newest First
   * Earliest First
 * Ratings
 * Average Rating
   * Highest First
   * Lowest First
 * Owner
 * rosiyunyun’s Diary Date
   * Newest First
   * Earliest First
 * rosiyunyun’s Rating
   * Highest First
   * Lowest First
 * Other
 * Film Length
   * Shortest First
   * Longest First
   
   

 * Service
 * Amazon DE
 * Amazon Video DE
 * Apple TV Plus DE
 * Apple TV DE

 * Upgrade to a Letterboxd Pro account to add your favorite services to this
   list—including any service and country pair listed on JustWatch—and to enable
   one-click filtering by all your favorites.

 * Powered by JustWatch
   
   

 * Genre
 * Any genre
 * * Action
   * Adventure
   * Animation
   * Comedy
   * Crime
   * Documentary
   * Drama
   * Family
   * Fantasy
   * History
   * Horror
   * Music
   * Mystery
   * Romance
   * Science Fiction
   * Thriller
   * TV Movie
   * War
   * Western
   
   

 * Decade
 * Any decade
 * Upcoming
 * 2020s
 * 2010s
 * 2000s
 * 1990s
 * 1980s
 * 1970s
 * 1960s
 * 1950s
 * 1940s
 * 1930s
 * 1920s
 * 1910s
 * 1900s
 * 1890s
 * 1880s
 * 1870s
   
   




←November,
2024→MoTuWeThFrSaSuJanFebMarAprMayJunJulAugSepOctNovDec2829303112345678910111213141516171819202122232425262728293012345678201820192020202120222023202420252026202720282029