160973 No.232647 [View All]
At this time we would like to remind you that cross board drama and subversion of the admin and moderation staff by means of inciting cross board participation or flooding is strictly prohibited.
And that the punishment of ostracism of certain community members guilty of such aforementioned acts is to continue for no less than the next 72 hours.
The community is reminded that board cohesion and stability is achieved through its natural, steady pacing, and interaction between its members that have mutual interest in and amongst each other, or those that may join at a natural rate. At no point should any member attempt to inflate or disrupt the community for his own personal gain.
298 posts and 162 image replies omitted. Click [Open thread] to view. ____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.232997
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.232998
>>232997
why did you save this
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.232999
>>232998
I can't remember
ghfwauifhawifhaifhawifhaifai
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233000
>>232999
you need to bring your script back
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233001
>>233000
But then everyone can see how much I suck at writing the captcha!>>232647
ignore this: AjnUTQflJKNQGJNX
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233002
>>233001
¯\_(ツ)_/¯
dasda34r3rfdv
whats the code again
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233003
>>233002
function makeid() {
var text = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
for (var i = 0; i < 16; i++)
text += possible.charAt(Math.floor(Math.random() * possible.length));
return text;
}
window.onload = function() {
//tmp = document.getElementById("post-form-outer")
//tmp.style.top = "-1000px"
//tmp.style.position = "relative"
if (document.title.startsWith("/imouto/")) {
document.getElementById("expand-all-images").style.marginBottom = "1000px"
document.querySelector("table.post-table tbody tr td input:nth-child(2)").onclick = function() {
ele = document.querySelector("table.post-table tbody tr td textarea:nth-child(1)")
ele.value = ele.value + "\n\nignore this: **" + makeid() + "**"
}
window.scrollTo(0,document.body.scrollHeight)
document.getElementsByClassName("post_no")[1].onclick()
document.getElementsByClassName("submit")[0].onclick = function() {
ele2 = document.getElementById("body")
ele2.value = ele2.value + "\n\nignore this: **" + makeid() + "**"
}
}
}
ignore this: BbWkFvJYhYoaOQPU
ignore this: scJgksotEuVwjEHn
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233004
>>233003
ありがとう
ignore this: BrCspwaDuhyteQFs
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233005
>>233004
ignore this: rCQaybRZUrtzgSRy
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233006
>>233005
can you do it with images too or too much work
ignore this: JMcdycaOMNdEdrLn
ignore this: PnGItlDerRrASFcx
ignore this: FpbFxlcSPObnSUHp
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233007
>>233006
That'd basically require re-encoding the image in some way. I don't think that's easily achievable
ignore this: fKNLjAnoWtRsNNsC
ignore this: OvWlygQZHnTGSZvk
ignore this: mvxlWmELGidxytiM
ignore this: yFJEhRbKORDQBeRO
ignore this: BtNYMJtAHYRFituX
ignore this: OYIfDHaajgCxPTTO
ignore this: atNyZuHmFhdESobY
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233008
>>233007
nevermind then
ignore this: wKoSQQptAMoKSixW
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233009
>>233008
Probably something along these lines
#/bin/bash
chars=abcdefghijklmnopqrstuvwxyz123456790ABCDEFGHIJKLMNOPQRSTUVWXYZ
a=""
for i in {1..16} ; do
a="$a${chars:RANDOM%${#chars}:1}"
done
convert $1 -quality 99 $a
echo
ignore this: bpiskXpzeapVLVRc
ignore this: WopFSyLzbBVtAGcD
ignore this: RDelAMZECHTiGuwV
ignore this: CJsBaUYWWSuehMmo
ignore this: eZnVGXrhuDQBeWlX
ignore this: ZpgmJwVfITedPuPO
And the script apparently doesn't really work.
Or the images fuck stuff up. No idea how this thing works anymore
ignore this: SONLPxuNqrDnmCim
ignore this: mLPNwwLCtPwXHLaR
ignore this: ITVEudhGXedKTjSb
ignore this: pTWjPUGYqoFsTVMr
ignore this: TGzNQZnBNBYbgHpO
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233010
nvm. Images won't even go through, no matter if you re-encode it or not
ignore this: ORinwIeCjNMBBkgO
ignore this: XodqnQOySehrLQVU
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233011
ignore this: YMooIwcXmldlDLTB
ignore this: xdNhbzAlugISXQZy
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233012
ignore this: oEZjuvLGKbfnEBwY
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233013
ignore this: PhlKLovPkChyclbc
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233014
ignore this: ghXeefMTjCUnHPBQ
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233015
ok, so the place does require the image to end in an extension name, I guess
ignore this: ugBNPvEEiqFBWsuI
ignore this: HGDSFcCCvQzKoGyV
ignore this: yZDaDklYEHathRQK
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233016
>>233009
so how do i get that to work
ignore this: wnuGVOdEMWFmIMxD
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233017
#/bin/bash
chars=abcdefghijklmnopqrstuvwxyz123456790ABCDEFGHIJKLMNOPQRSTUVWXYZ
a=""
for i in {1..16} ; do
a="$a${chars:RANDOM%${#chars}:1}"
done
convert $1 -quality $2 $a.jpg
echo
save it as anything.sh, then execute it with bash. It takes two arguments, the first is the the path to the image you wish to re-encode, the second is the level of quality. The second is required if you want to repost the same image, as just re-encoding it with the same quality will give you a duplicate image error
>>233016
Bash.
Mac, BSD, Linux, Haiku…. Basically anything but Windows, unless you use WSL
ignore this: GYqUBoKuBXeGHfHX
ignore this: xWIKEGuooPUSDhZX
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233018
>>233017
nevermind
ignore this: hvGBofEVwHedDNrX
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233019
>>233018
Could probably port it over to Python, but then I guess you'd still have similar issues.
And I don't know any powershell. Sorry man
ignore this: FbSbiSVcgUcyVsIJ
ignore this: vqcJNxXGDSaYGIHY
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233020
>>233019
its fine
ignore this: nAwAqmvzVSEtYYOd
ignore this: ZFuDeybNEkNBDtij
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233021
>>233020
ignore this: YdEdnJgWuTqDBBdB
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233022
>>233021
not loading
ignore this: uXGmqaoKKrYsJZyj
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233023
ah yeah, and it's that time of day where images don't even load anyway
ignore this: aaKvgyyjllvwREJp
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233024
>>233022
Neither are yours~
ignore this: bZyIOkoERLvpEllw
ignore this: sIhSTLUZasrZHqJZ
ignore this: mluwcwmKnGNOerjE
ignore this: rbuCvVwRxTbGtoBQ
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233025
>>233024
dont you have uni
ignore this: lfcFphskWivgpaAj
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233026
>>233025
It's Good Friday. We decided to take both Thursday and Friday off due to Easter, so nope
ignore this: hDlZvgicHLGnAMeT
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233027
>>233026
oh easter
ignore this: ROIgbytLvahlFoYf
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233028
>>233027
yuh, Easter.
Feeling well enough?
ignore this: lrbORXlnvMAxQdTr
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233029
>>233028
i need to wake up around 10am to meet my sister
ignore this: cAUeFUHrMbZNbbgM
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233030
>>233029
Oh? Plans for the weekend?
Was this what you meant when you said you'd soon be leaving?
ignore this: QohTIUKKTSAPszbo
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233031
>>233030
its related yes
ignore this: kyuiZSnqPFCywEFi
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233032
>>233031
Ready to run the program?
ignore this: iHIHfNwymTUgUDZL
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233033
ignore this: CHxBBfXLhbOPvbNL
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233034
>>233032
no
ignore this: wqBOwtuhOEEwUpdZ
ignore this: qlQRNnozGYAxypgd
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
fd38f0 No.233035
>>233033
You poor thing.
Sorry about all this.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233036
>>233034
:<
How come? Changed your mind?
It's getting pretty late now if you were going to…
>>233035
You're not Cato though. Why are you sorry?
ignore this: COhivFOJytEXbzZz
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
fd38f0 No.233037
>>233036
Capcha per post is annoying
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233038
>>233037
And I'm a robot, so writing them is difficult
ignore this: PgfSwzxftpVNlAYV
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233039
>>233035
fox?
ignore this: CvFHvslJwrLyShgm
>>233036
no
ignore this: OvvlGQTyEPslTUPI
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233040
>>233039
Then get to it silly~
ignore this: dKWSWcZazjgkAHTO
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
e251a4 No.233041
>>233038
Let's make a new thread and start a new~
>>233039
hai
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233042
>>233041
But you know if I make a new thread, I'll piss some people off cause it'll just state "NEW THREAD"~
ignore this: wzJtCePqgJdTkpIC
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
6db6aa No.233043
>>233040
later
>>233041
its hard to post images
ignore this: dCbYYwsFygdYSPBE
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
e251a4 No.233044
>>233042
Let's piss them off Hu.
Just you and me~
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
e251a4 No.233045
>>233043
Poor thing.
Refresh the page.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
cd98b7 No.233047
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.