Skip to content

Instantly share code, notes, and snippets.

View Tiny-Giant's full-sized avatar

Tiny Giant Tiny-Giant

  • Ladysmith, BC, Canada
View GitHub Profile
// ==UserScript==
// @name Stack Overflow Real Dark
// @namespace http://github.com/TinyGiant/
// @description Real dark styling for Stack Overflow and some Stack Exchange sites
// @author @TinyGiant
// @run-at document-start
// @version 1.0.0.6
// @include /^https?:\/\/.*?(stackoverflow.com|stackexchange.com|superuser.com|serverfault.com|askubuntu.com|stackapps.com|mathoverflow.net)/.*$/
// ==/UserScript==

This is what the controls HTML should look like.

    <div class="livery-section-footer clearfix"> 
        <a href="#" class="livery-button shop-button" data-show="more">Show More</a> 
        <a href="#" class="livery-button shop-button" data-show="less">Show Less</a> 
    </div>

This is what the JavaScript should look like.

<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
javascript:document.getElementById('Email').value='YOUR_EMAIL';document.getElementById('next').click();setTimeout(function(){document.getElementById('Passwd').value='YOUR_PASSWORD';document.getElementById('signIn').click();},1000);

##Why should I be a room owner of the SO Close Vote Reviewers room (SOCVR)?

###My goal as a candidate for room owner is not to change anything, but rather to help maintain and foster the usefulness of the room.

I believe that the SOCVR offers a lot of great advice and I would like to foster that as much as possible. With civil conversation and discussion, we can help change Stack Overflow for the better.

There is lot of power contained within the SOCVR at any given point in time. I believe that it is a room owner's responsibility to keep the room honest. We don't want to be seen as a voting mob. The whole idea, as I see it, is not only to bring more focused attention to posts in need of reviewing so that we can make more of an impact as a whole; but also to foster the best reviewing practices possible. Of course, we also want to make it an enjoyable process so that other people will want to help out.

At the end of the day, I think we all want to make a difference for the better. The SOCVR is the best re

You are now chatting with 'Desiree'
Desiree: at 15:34:38
Hello, thank you for contacting TELUS Mobility Technical Support. My name is Desiree. How are you doing today?
Tiny Giant: at 15:34:49
Good, thank you.
Tiny Giant: at 15:35:00
I'm trying to get the unlock code for my phone
Desiree: at 15:35:11
That's good! Now, there are some conditions to unlocking a device-let's take a look at your account! To start, may I have your TELUS mobility telephone number followed by the account security PIN, please?
Tiny Giant: at 15:35:37
@Tiny-Giant
Tiny-Giant / GetChatEvents.js
Created December 18, 2015 05:44
Retrieves a variable number of events from the chat transcript.
/***************************************************
* GetChatEvents *
* You can only retrieve a maximum of 500 messages *
* from the transcript at one time, so you have to *
* search recursively. *
***************************************************/
var events = [];
function GetChatEvents(count, callback, before) {
if (count <= 0) return callback(events), false;
@Tiny-Giant
Tiny-Giant / SEURLToTitle.user.js
Last active December 18, 2015 23:51
Sets the title for every link as the URL for every link on the page which does not already have a title.
// ==UserScript==
// @name SE URL To Title
// @namespace http://github.com/Tiny-Giant
// @version 1.0.0.1
// @description Sets the title for every link as the URL for every link on the page which does not already have a title.
// @author @TinyGiant
// @include /^https?:\/\/.*\.?stack(overflow|exchange).com/.*$/
// @grant none
// ==/UserScript==
/* jshint -W097 */
// fill this array with ids of messages you want to move.
var ids = [].join('%2C');
$.ajax({
type: 'POST',
data: 'ids=' + ids + '&to=90230&fkey=' + $('#fkey').val(),
url: '/admin/movePosts/41570'
});

#Edits which only change the edit summary should be accepted during grace period

There is a five minute grace period after an edit where all edits from the same user are merged into one. Essentially you're editing your previous edit. In doing so, even the edit summary can be edited.

However, if you do not change the body, title, or tags of the question, and only change the edit summary, the edit is not applied at all. This becomes a problem when I sometimes forget to explain my in the edit summary, and to be able to change the edit summary I have to make some other unnecessary change.

I'm requesting that edits which only change the edit summary be accepted during grace period