#inlibrary
Explore tagged Tumblr posts
hepalien · 4 years ago
Text
Ao3 Tips and Tricks
So I thought I would make a post about some cool stuff you can do with Ao3 and userscripts, and some tips I’ve learned from setting them up for myself! I promise it's not hard, though this is a lot of info. I'm happy to help if I can.
What You’ll Need:
First, you will need the Tampermonkey extension for your browser (depending on what browser you use, Greasemonkey is the equivalent). On Android, you can even run Chrome extensions on mobile with Kiwi Browser! It is easiest to configure the scripts on your desktop and then sync to mobile with Tampermonkey’s cloud sync feature or by exporting the configured scripts and importing in your mobile browser (I will explain how to do this later in the post). If you use any of the tweaks I outline below, be sure to backup your scripts in case your settings are lost.
Once you have Tampermonkey installed, you can get scripts from GreasyFork. The inimitable @flamebyrd also has some great scripts and bookmarklets and has been incredibly helpful while I figured all this out.
Find a script that looks interesting, click on it, and then click “install this script.” Pretty straightforward. Once you have it installed, you can go to Tampermonkey to configure it (only necessary for some scripts) by clicking on the Tampermonkey extension icon in your browser (under the three dot menu in Kiwi) and clicking “dashboard”, then clicking the edit icon next to the script you want to configure. When you’re done, click File->Save.
Scripts and instructions under the cut
Some of my favorites:
Flamebyrd’s Incomplete Works script - fades out WIPs on works listings, and displays the work stats (wordcount, chapters, etc) in red on single works to make it more obvious that they’re WIPs as you’re browsing:
Tumblr media
Flamebyrd’s Ao3 to Pinboard bookmarklet/script - if you click the bookmarklet while on a work’s page, it opens the Pinboard save screen and prefills the title, tags, description, word count, etc, and adds ?view_full_work=true&view_adult=true to the URL so Pinboard’s archiver will archive the complete work and not the adult content warning screen (note that Pinboard still cannot correctly archive works locked to Ao3 users, so you may want to download them as a backup. I’ve asked him about fixing that.), based on your selections when configuring the bookmarklet on the linked page. If you use the userscript, it adds a button to the works listings page so you don’t even have to open the work to save it:
Tumblr media
I tweaked this script so that it only grabs the first pairing tag, since I don’t typically care about secondary pairings and they were clogging up my Pinboard tags. It’s a simple fix (though I know nothing about coding so I had to do some googling and inspect-sourcing; kinda proud of myself tbh):
Just change this part of the script
if ( options.relationship_include ) {
- $(".relationships a.tag", $work).each(function () {
To this
if ( options.relationship_include ) {
- $(".relationships a.tag:first", $work).each(function () {
I also found this cool mobile-optimized Pinboard bookmarklet called Pincushion and combined it with Flamebyrd’s script. Everything works except the auto-tagging, but I’ve reached out on GitHub to see if he can help (according to Flamebyrd, there’s no tag field ID attribute to map to). However, this bookmarklet has tagging autocomplete features that make it easy to tag manually. For example, if you type “steve 21st” it will suggest “steverogersvsthe21stcentury” rather than having to type out “steverogersvs…” in order for it to autocomplete like it does on the regular Pinboard bookmarklet. I actually have two buttons set up (which you can see in the next screenshot) - Flamebyrd's to quickly grab the tags and close without me having to do anything, and then the Pincushion one to quickly edit the tags. If anyone's interested, I can explain how to do that.
To combine Pincushion with Flamebyrd’s script (so it works from the Ao3 works listings page as mentioned above), simply change this part of Flamebyrd’s script:
t = t.split(" ").join( options.space_replacement );
var pb_url = "https://pinboard.in/add?url=" + encodeURIComponent(q) + "&description=" + encodeURIComponent(d) + "&title=" + encodeURIComponent(p) + "&tags=" + encodeURIComponent(t);
void(open(pb_url, "Pinboard", "toolbar=no,width=700,height=350"));
To this
t = t.split(" ").join( options.space_replacement );
var pb_url = "https://rossshannon.github.io/pincushion/?user=YOURUSERNAME&token=YOURAPITOKEN&url=" + encodeURIComponent(q) + "&description=" + encodeURIComponent(d) + "&title=" + encodeURIComponent(p) + "&tags=" + encodeURIComponent(t);
void(open(pb_url, "Pinboard", "toolbar=yes,width=600,height=700,left=50,top=50"));
You’ll need to get your API Token from your Pinboard account and plug it in where it says YOURUSERNAME and YOURAPITOKEN (number part only) above.
FanFictionNavigator - mark fics as Like/Dislike/Mark/InLibrary, highlight with colors based on which option you select, hide/show based on category, like/dislike author and highlight with color. Only you will see how you've marked things.
You can tweak the colors for the highlighting by configuring the script (I find the default colors make the text hard to read because I use the Reversi skin on Ao3 for white-ish text on a gray background). I also changed it so that when I click “hide likes” it only hides liked fics and not liked authors (i.e. hides fics I’ve read, but not unread fics by authors I like), changed the color of the like/dislike/etc links to match the highlighting color and to show up better, and changed the way it highlights authors (I think the default is bold/strikethrough which doesn't really catch my eye. I changed it to highlight the author name in red/green):
Tumblr media
Tumblr media
Here are my configured scripts if you’d like to use them instead of tweaking yourself (you need to install both):
FanFictionNavigator
FanFictionNavigator - Colors
Note: Your settings for this script will sync via Tampermonkey but not your data (i.e. fics you’ve liked/marked/etc). If you ever switch between browsers, you’ll need to go to your Ao3 Dashboard and click FFNOptions, export your data, then go through the same process to import it into the new browser.
AO3: Kudosed and seen history - highlight or hide works you kudosed/bookmarked/marked as seen. If you want to use this with FanFictionNavigator, you’ll need to turn off “highlight bookmarks” from the settings under the “Seen Works” dropdown that gets added to your Ao3 navbar or FFN’s colors won’t show. Again, data doesn’t sync between browsers but you can copy it from the dropdown settings. However, it pulls your kudosed and bookmarked fics from Ao3 itself, so that will always show. It's just seen/skipped that doesn't sync:
Tumblr media
Ao3 download buttons - adds a download button to the works listings page so you don’t have to open the fic to download it. However, it also doesn’t play nicely with FFN’s colors, so I’m using AO3 Review + Last Chapter Shortcut + Kudos-sortable Bookmarks script which also has a download button that works with FFN (a small down arrow next to the author name). The download button doesn’t work as-is from that link, so here’s my tweaked version based off of this comment. You can configure what format you want it to download by default in the script. There’s also a tweak in the comments to fix kudos-sorting, but it overloads Ao3 and you get a “retry later” error for a few minutes when you try to open Ao3, so I don’t recommend it. I don’t know if any of the other functionalities of the script work because I don’t use them, but it looks like there are tweak suggestions in other comments you can try:
Tumblr media
I was using Ao3 Replace Words to replace words in fics that bug me but I realized it wasn’t working on mobile, so I’m using zensurf instead which is not Ao3-specific but works basically the same way. If you want to limit it to just Ao3 (so it doesn’t change words on non-fic sites), just add this
// @include http://archiveofourown.org/*
// @include https://archiveofourown.org/*
Above this line
// ==/UserScript==
(function() {
You can // @include other fic sites like ffnet that way too.
AO3: Links to Last Chapter and Entire Works does what it says on the tin, but the creator was kind enough to give me a code snippet to add that makes the “E” (for Entire Work) appear next to all works and add ?view_full_work=true&view_adult=true to the work URL so that I can easily right-click and share to Instapaper and have it be saved correctly (not just the first chapter but the whole work + not the content warning screen for NR/M/E works). Here is the script with this tweak applied:
Tumblr media
I think those are the only ones that I’ve done special tweaks for. Here are some others that I find useful that either don’t require any configuration, or should be pretty straightforward to configure and are explained on the script page.
AO3 author+tags quick-search - doesn’t require configuration
Generates quick links from AO3 fics to more by the same author in the same fandom (or character/pairing/any other tag):
Tumblr media
Remove leading spaces in AO3 - doesn’t require config
Removes the leading indents for paragraphs in AO3 works.
Ao3 Only Show Primary Pairing - you have to enter the pairings you want in the script, and you can change how early in the sequence they must appear before the work is hidden. Also works with character tags.
Hides works where specified pairing isn't the first listed. Hidden works show a placeholder that you can click to unhide:
Tumblr media
AO3: highlight tags - have to enter the tags you want highlighted, as well as the color you want. It matches case so you may have to enter both “Dog” and “dog”, for example.
Configure tags to be highlighted with different colors. This makes a tag more obvious to your eye when browsing. I use it to highlight things I’m wary of in red so I don’t miss them and start reading a fic I might not want.
AO3: Tag Hider - configure how many tags you want to see before it hides them
Hide tags automatically when there are too many tags. Add hide/show tags button to browsing page and reading page.
AO3 Remove Double-Spacing - no config
Removes awkward double spaces between paragraphs on AO3. Doesn’t smush together paragraphs that have a single line break - it leaves those alone.
ao3 series collapser - no config
Collapse works that are later than part 1 of a series. Leaves a placeholder so you can uncollapse if you want to see it.
AO3 Blocker - no config, but you enter what you want to block from the added navbar dropdown in Ao3
Fork of ao3 savior; blocks works based on certain conditions. I find this simpler to use than Ao3 savior.
FYI there are also style scripts for Pinboard on greasyfork and userstyles.org (this site is slow af for some reason, so be patient while it loads). I use show unread bookmarks more clearly and Modern Pinboard Style (basically a dark mode). Neither require config unless you just want to tweak the settings to your liking. To install to Tampermonkey from userstyles, scroll down to “Install style as userscript”.
I also use these extensions in Kiwi:
Ao3rdr - Adds a star rating system (pictured in some of the screenshots above) to Ao3 works that only you can see. This one will sync your data between devices if you use the cloud sync option, which I recommend so you don’t lose your data if something happens to your device or browser.
Dark Reader - not really necessary for Ao3 if you use Reversi skin, but does make all browser pages dark mode if you want it on sites other than Ao3.
Speaking of Ao3 skins, I have another one set up in conjunction with Reversi that shows all the fandoms on a user’s profile, rather than having to click “expand”:
Tumblr media
Unfortunately, I can’t remember where I found this. To set it up yourself, go to your Ao3 -> Dashboard -> Skins -> Create Site Skin, fill in the Title (has to be unique), and paste the code below in the CSS box:
#user-fandoms ol.index {
padding-bottom: 0;
text-align: center;
}
#user-fandoms ol.index li {
display: inline;
margin-right: .5em;
line-height: 2.15em;
}
#user-fandoms ol#fandom_full_list {
padding-top: 0;
padding-bottom: 1.5em;
display: block !important;
}
#user-fandoms p.actions {
display: none;
}
Then hit Submit -> Use. There are ways to hide or highlight various elements (ships, characters, blurbs, work stats, etc) on a works listing page using skins on Ao3. This is getting long so I’m not going to go into that, but I’m happy to help if you want to try it. It’s very easy.
Once you have everything configured on Tampermonkey on your desktop, you can migrate it to your mobile device in one of two ways:
Option 1: Go to Tampermonkey settings and change Config Mode to Advanced
Go down to Script Sync and select your preferred cloud service and save
It will ask you to log in to said cloud service
Install Tampermonkey in Kiwi and do the same thing
Wait for it to sync (this can be slow)
It should sync any changes you make moving forward, but again, it’s slow
Option 2: go to Utilities and check all 3 checkboxes under general (include script storage, include Tampermonkey settings, include external script resources)
Either export to your preferred cloud service or
Export as a zip file, move it to your mobile device, go to this same screen and import
I would recommend exporting as a zip for a backup even if you don’t use it to migrate your scripts
You can unzip and upload individual script files (.js) on this page if you ever need to reinstall a single script with your settings instead of all of them
Let me know if you run into any issues and I can try to help! The script writers are also super nice and helpful if you reach out to them. Yay fandom!
482 notes · View notes
rjalker · 2 years ago
Text
Okay well I'm not sure what the difference is between Open Library and books to borrow, but here's where you can read other books by Martha Wells
"https://archive.org/details/inlibrary?query=Martha+Wells"
6 notes · View notes
mickeysart1996 · 7 years ago
Photo
Tumblr media
You know you're back in art school when you draw naked people again. My hands are all covered in pastel again! Time to get messy again! 😜😜😅😅😂🎨🖍🖌✒️🖊🖊📝✏️👩‍💻👩‍🎨👨‍🎨🐞💕😘😊 #figuredrawjng #pastelcharcoal #figuresketch #figuredrawingclass #backinschool #composition drawingsketch #homework #doinghomework #inlibrary #hungry #dirtyhands #seconddaybackatschool #sketching (en Alfred R. Goldstein Library at Ringling College of Art & Design) https://www.instagram.com/p/BnCLOdTB3LV/?utm_source=ig_tumblr_share&igshid=x71huxcy8jy
0 notes
craftymamipig · 7 years ago
Photo
Tumblr media
#timeflies #lastdayofkindergarten 😭 #firstdayofsummerbreak 🤗 + #funmoments #inlibrary : #magicdan 👍🏼 #aboriginalaustralia 🐨 #stonepainting #slimemaking AGAIN 🙄😅😝
0 notes
sokolygrandaananeva · 2 years ago
Text
- The dominion of the beasts and the forces of nature:
Thus, during shamanic ceremonies, rituals were performed whose main purpose was to demonstrate mastery of the beasts and forces of nature. Thus, the consumption of psychoactive substances - which they did not call 'medicine' - was perhaps given to an initiate or a sick person as a tool for the recruitment and control of the attendees, as well as a source of the activities of the tribesmen.
In some cases, these substances were used as therapy, initiating traditional medicine, facilitating mental manipulation and making users more vulnerable to their ailments and discomforts. Although we lack a genetic study to determine whether it was ayahuasca, snuff, hallucinogenic mushrooms or San Pedro, but the probability that it was marijuana is the most approximate.
So everything that happened, thought, said or lived by the Shaman, throughout his existence is recorded in an "archive". So: -How can we access through the reading of that Record?
The Records in the Shaman's memory are a dimension of consciousness that holds the imprint of the journey through both material and immaterial space-time. It is perhaps conceived as the "archive of Life" and is probably what allows us to access present, past and future knowledge of all things.
The reading of the Record in the Shaman's memory through an "altered state of consciousness" is intended to access the -temporal shift in the overall pattern of subjective experience-, so that the memory archive of the planes seeks higher frequencies.
In these frequencies, the evolutionary activities of all beings who have inhabited the Earth are recorded, where there is a record of their energy. Since the mental plane is the highest dimension, the Shaman needs to enter through a catalyst into the Record viewer. Once the substance accesses through his bloodstream, he receives the necessary information from higher planes to guide him as to the most propitious path to take in all the paths of his life.
This basic form of Alchemy is a physical space in this dimension, an energetic density, with no measure of time bounded by the evolution of the Hominids. Here, it is the space of who dominates substance, - there is no yesterday or today - it is a single place, in a leap into the future where the archives containing the history of all existence are kept, where all beings have their record. The archive of the Hominids is individual, the archive of plants, animals and minerals is group.
When the Shaman, by means of the substance he administers to the "Lesser Hominid", allows him to obtain concrete information on the vibration of the subject, through the dates marked by the lunar cycles since his birth. Thus, it allows him to understand in a deeper way the reasons for the dark areas of his personality, such as fear. How does the shaman transform the essential forces of nature in the subject to defeat the fear of the other beasts?
Shamans over the centuries have archived everything they have experienced thanks to plants containing DMT, the psychotropic substance responsible for their visions and hallucinations. This neuroreceptor is related to the REM sleep phase, and could also be behind some cases of sexual domination.
Rodrigo Granda✍️
Thursday, 6 April 2023. 20:52hrs.📅
Aboriginal cave paintings in Kimberley🖼️
Dramatic Military - Faid rafanda📀
*This and previous essays are based on the texts appended at the end of each body of text. Copyright protected.
IF YOU LIKED THE CONTENT FEEL FREE TO SHARE IT.
This video features materials protected by the Fair Use guidelines of Section 107 of the Copyright Act. All rights reserved to the copyright owners.
The art of the Wandjina; aboriginal cave paintings in Kimberley, Western Australia
by Crawford, I. M
Publication date 1968
Topics: #Art #AustralianAboriginal #Australia #Kimberley
Publisher Melbourne, New York [etc.] Oxford University Press
Collection inlibrary; printdisabled; trent_university; internetarchivebooks
Digitizing sponsor Kahle/Austin Foundation
Contributor Internet Archive
Language English
144 p. 26 cm
Published in association with the Western Australian Museum
Bibliography: p. 140-141
Notes
Cut off text due to tight binding
Rock art of the Pilbara region, north-west Australia
by Wright, Bruce J., 1940-?
Publication date 1968
Topics: #ArtAustralian #Aboriginal #Petroglyphs #AustraliaPilbara #Pilbara #AustraliaAntiquities
Publisher Canberra : Australian Institute of Aboriginal Studies
Collection inlibrary; printdisabled; trent_university; internetarchivebooks
Digitizing sponsor Kahle/Austin Foundation
Contributor Internet Archive
Language English
78, [150] p. : 26 cm.
— El dominio de las bestias y las fuerzas de la naturaleza:
Así pues, durante las ceremonias shamánicas se realizaban rituales cuyo objetivo principal era demostrar el dominio de las bestias y las fuerzas de la naturaleza. Por lo que el consumo de sustancias psicoactivas, —a la cual no denominaban 'medicina'—, se suministraban tal vez a algún iniciado o enfermo como una herramienta de captación y control de los asistentes, así como fuente de las actividades de los integrantes de la tribu.
En algunos casos, estas sustancias eran utilizadas como terapia, dando inicio a la medicina tradicional, lo que facilitaba la manipulación mental y colocaba a los consumidores en una situación de mayor vulnerabilidad ante sus dolencias y malestares. Aunque carecemos de un estudio genético para determinar si fue ayahuasca, rap��, setas alucinógenas o san pedro, pero la probabilidad de que fuese marihuana es la más aproximada.
Por lo que todo lo acontecido, pensado, dicho o vivido por el Chamán, a lo largo de su existencia queda grabado en un "archivo". Así que: —¿Cómo podemos acceder a través de la lectura de ese Registro?—.
Los Registros en la memoria del Shamán, son una dimensión de la conciencia que alberga la impronta del viaje a través del espacio-tiempo tanto material como inmaterial. Es tal vez concebido como el "un archivo de la Vida" y probablemente sea lo que nos permite acceder al conocimiento presente, pasado y futuro de todas las cosas.
La lectura del Registro en la memoria del Shamán a través de un "estado alterado con la conciencia", tiene como objetivo acceder al -cambio temporal en el patrón general de la experiencia subjetiva-, por lo que el archivo memorial de los planos, busca frecuencias más elevadas.
En estas frecuencias, quedan registradas la actividades evolutivas de todos los seres que han habitado en la Tierra, donde hay registro de su energía. Dado que el plano mental es la dimensión más elevada, por lo que el Chamán necesita ingresar por medio de un catalizador al visor de Registros. Una vez que la sustancia accede a través de su torrente sanguíneo, recibe la información necesaria de planos más elevados para orientarlo acerca del camino más propicio a tomar en todos los senderos de su vida.
Está forma básica de Alquimia es un espacio físico en esta dimensión, una densidad energética, sin medidas del tiempo delimitado por la evolución de los Homínidos. Aquí, es el espacio de quién domina la sustancia, -no existe el ayer o el hoy-, es un solo lugar, en un salto al futuro donde se guardan los archivos que contienen la historia de toda la existencia, dónde los todos los seres tienen su registro. El archivo de los Homínidos es individual, el archivo de las plantas, los animales y los minerales es grupal.
Cuando el Shamán por medio de la sustancia que le administra al "Homínido menos elevado", le permite obtener información concreta de la vibración del sujeto, a través de la fechas marcadas por los ciclos lunares desde su nacimiento. Así, le permite comprender de un modo más profundo el porqué de las zonas sombrías de su personalidad; como el miedo, ¿cómo transforma el shamán las fuerzas esenciales de la naturaleza en el sujeto para derrotar el miedo a las otras bestias?
Los shamanes al pasar de los siglos han archivado todo lo que vivieron gracias a la plantas que contienen DMT, la sustancia psicotrópica responsable de sus visiones y alucinaciones. Este neuroreceptor está relacionado con la fase REM del sueño, y podría estar también detrás de algunos casos de dominación sexual.
*Este ensayo así como los anteriores están basados en los textos que se anexan al final de cada cuerpo de texto. Los derechos de autor están protegidos.
SI TE GUSTO EL CONTENIDO NO DUDES EN COMPARTIRLO
1 note · View note
craftymamipig · 7 years ago
Photo
Tumblr media
1️⃣ day before #groundhogday2018 👧🏻 just made a #groundhogcraft #inlibrary 👩🏻 is learning more about #groundhogday online right now 😅
0 notes
wertioka6 · 3 years ago
Text
InLibrary – это популярный портал, на котором находятся научные труды, различные журналы. Они помогут расширить кругозор и получить достоверную информацию на определенную тему. На сайте https://inlibrary.uz/ имеются публикации из сферы искусства, архитектуры, кино, радио, танцев, философии, музыки и других. Цель этого журнала состоит в том, чтобы молодежь стала более развитой в обозначенных вопросах. #электронная_библиотека_научных_статей
0 notes
Text
Here's a link to the general search page of books for Quantum Leap on the Archive for when the other books are (hopefully eventually) added:
https://archive.org/details/inlibrary?query=Quantum+Leap&sort=&page=1
I've just ordered Used (obviously, since they're 20 years out of print lol) physical copies of both "Heatwave" (book 15) and "Search and Rescue" (Book 6) because they're not available on the Archive, and once they arrive my plan is to scan them into PDFs to donate to the Archive for their library, assuming they accept the straight up PDFs and don't require me sending them the physical copies!
Since finding out these novels exist, and that they're out of print, I am now determined to slowly collect them all and digitize them so they're once again available in online libraries like The Web Archive!

QUANTUM LEAP BOOKS ON INTERNET ARCHIVE
Prelude https://archive.org/details/quantumleapprelu0000mcco/mode/2up
Pulitzer https://archive.org/details/pulitzer0000stor/mode/2up
Angels Unaware https://archive.org/details/angelsunawarequa00leli/mode/2up
The Wall https://archive.org/details/wallnovel0000mcco/mode/2up
Knights of the Morningstar https://archive.org/details/knightsofmorning0000rawn_u2r2/mode/2up
Odyssey https://archive.org/details/quantumleap0000barb/mode/2up
Double or Nothing https://archive.org/details/quantumleapdoubl0000hend/mode/2up
Too Close For Comfort https://archive.org/details/quantumleaptoocl0000mcco/mode/2up
Random Measures https://archive.org/details/randommeasuresno0000mcco/mode/2up
Independence https://archive.org/details/quantumleapindep0000peel/mode/2up
Carny Knowledge (US Title: The Novel) https://archive.org/details/quantumleapcarny0000mcco/mode/2up
Obsessions https://archive.org/details/quantumleap1300caro/mode/2up
The Quantum Leap Book https://archive.org/details/quantumleapbookb0000chun/mode/2up
List of all the novels: https://quantumleap-alsplace.com/novels/index.html
Missing from the Archive: Search and Rescue; Loch Ness Leap; Heat Wave; Foreknowledge; Song and Dance; Mirror's Edge
@samanthabeckett
80 notes · View notes
thenewsedge · 5 years ago
Photo
Tumblr media
Item Preview Share or Embed This Item EMBED EMBED (for wordpress.com hosted blogs and archive.org item tags) Want more? Advanced embedding details, examples, and help! favorite Flag this item for Graphic Violence Graphic Sexual Content by B. C. Mollison Publication date 1994 Topics Permaculture. Publisher Tagari Publications Collection inlibrary; printdisabled; internetarchivebooks; china Digitizing sponsor Internet…
0 notes
neverdonethat · 7 years ago
Link
0 notes
twiningsandoolong · 7 years ago
Link
0 notes
baekhonbuing-blog · 13 years ago
Text
Studying? | Chanyeol & Baekhyun
Well, Baekhyun wasn't one to study in the library for one very simple reason. He was way too loud for such a place. He had quite a tendency to get nervous in quiet places. Why? It was quite obvious: he didn't like the silence in itself. He wanted to speak loudly, scream, tell everybody he was Byun Baekhyun on the rooftop of his own self. In the library, nothing of this was possible. Nothing. Looking down at his book and reading the same sentence for the fourth time, he sighed; the sound escaping his lips soundly. Nobody dared to look up at him. After all, it was just a sight. Stretching his arms, legs and neck, he blinked as he watched the other man in front of him. Tall, handsome and quiet; Park Chanyeol, his best friend. How could they get along so well? Baekhyun always wondered. They were complete opposites, but have you ever heard of the saying: 'opposite attraction'? Park Chanyeol and Byun Baekhyun were the living proof of those words. "Pshhhh" he whispered loudly, a small smile on his lips as he looked at his friend's book. "What are you doing?" he asked in the same ushered, but loud voice. 
22 notes · View notes