Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#4376 2018-02-27 00:51:20

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100346

Offline

#4377 2018-02-27 01:15:35

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: What's under ctrl+v?

TAA    UAA    Tyr (Y)    Ter (*)   
TAG    UAG    Tyr (Y)    Ter (*)


791mAP8.png

Offline

#4378 2018-02-27 01:58:12

Abelysk
Guest

Re: What's under ctrl+v?

#4379 2018-02-27 02:04:24

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100348

Offline

#4380 2018-02-28 06:01:40

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

Re: What's under ctrl+v?

YO READ THIS AND THE PIN, YOU ILLERATE ****


suddenly random sig change

Offline

#4381 2018-02-28 08:36:25

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,209

Re: What's under ctrl+v?

// ==UserScript==
// @name     Everybody Edits Forums Quick Reply
// @version  1
// @grant    none
// @match    https://forums.everybodyedits.com/viewtopic.php*
// @require       https://ajax.googleapis.com/ajax/libs/j … ery.min.js
// @require       https://code.jquery.com/ui/1.9.2/jquery-ui.js
// ==/UserScript==

window.onload = function () {
    $('#quickpost').css('visibility', 'hidden');
 
  $('#quickpost').css('display', 'block');
  $('#quickpost').css('position', 'fixed');
  $('#quickpost').css('cursor', 'pointer');
  $('#quickpost').css('top', '20%');
 
  $('#quickpost').draggable();
 
  new MutationObserver(function() { $('#quickpost').width($('textarea[name*="req_message"]').width()+100); } ).observe($('textarea[name*="req_message"]')[0], {
   attributes: true, attributeFilter: [ "style" ]
  });
 
  $('textarea[name*="req_message"]').width('512px');
  $('#quickpost').width(512 + 100);
 
  $('.postlink.conr a').attr('href', '#');
  $('.postlink.conr a').click(function() {
      $('#quickpost').css('visibility', 'visible');
  });
 
  $('#quickpost h2').append('<span id="closequickpost" style="float: right;"><b>X</b></span>');
  $('#closequickpost').click(function() {
      $('#quickpost').css('visibility', 'hidden');
  });
 
  $('.postquickquote a').click(function() {
      $('#quickpost').css('visibility', 'visible');
  });
};

Offline

#4382 2018-02-28 13:17:23

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100377

Offline

#4383 2018-03-01 04:43:58

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

Re: What's under ctrl+v?

for (let i=0;i<10;i++) {
                    document.getElementById("spii"+i).value = file.lastTenRuns[i][1]
                    document.getElementById("spid"+i).value = file.lastTenRuns[i][0]
                    document.getElementById("spee"+i).value = file.lastTenEternities[i][1]
                    document.getElementById("sped"+i).value = file.lastTenEternities[i][0]
                }

PS. original did not have code tags.


suddenly random sig change

Offline

#4384 2018-03-01 05:35:56

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100406

Offline

#4386 2018-03-01 12:41:48

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100408

Offline

#4387 2018-03-01 17:48:36

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,209

Re: What's under ctrl+v?

who is thankslol?

Offline

#4388 2018-03-01 19:45:33

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100408

Offline

#4389 2018-03-01 20:03:43

RailMat
Formerly MatthijsFidder
From: Emmen (NL)
Joined: 2017-05-22
Posts: 1,534

Re: What's under ctrl+v?

Mysterion

Offline

#4391 2018-03-01 23:58:35

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

Re: What's under ctrl+v?

everybodyedits.com/games/PW5WNPqd3ia0I


suddenly random sig change

Offline

#4392 2018-03-02 01:53:56

soniiiety
Member
From: peaceful dojo
Joined: 2016-02-10
Posts: 1,747

Offline

#4393 2018-03-02 04:53:33

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,852

Re: What's under ctrl+v?

Offline

#4394 2018-03-02 05:03:07

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,107
Website

Re: What's under ctrl+v?

“     If you touch Gordo, he'll definitely do damage. But I don't think he means to hurt anyone. I asked him once, and he just stared at me with those big eyes of his. Maybe he doesn't even know the answer...”
— Figurine description • Kirby and the Rainbow Curse

Offline

#4395 2018-03-02 05:38:04

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100425

Offline

#4397 2018-03-02 09:52:41

Nebula
Guest

Re: What's under ctrl+v?

January 2018[2]

#4398 2018-03-02 12:50:41

Bimps
Member
Joined: 2015-02-08
Posts: 5,067

Re: What's under ctrl+v?

content://media/external/file/100425

Offline

#4399 2018-03-02 22:18:04

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Offline

Snowester1657125982793216

Board footer

Powered by FluxBB

[ Started around 1715056719.7123 - Generated in 0.075 seconds, 10 queries executed - Memory usage: 1.63 MiB (Peak: 1.85 MiB) ]