This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0i.is | |
bit.ly | |
clck.ru | |
clicky.com | |
firsturl.de | |
goo.gl | |
href.li | |
is.gd | |
lnkd.in | |
shorturl.at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i.stack.imgur.com | |
christianity.stackexchange.com | |
www.youtube.com | |
support.google.com | |
pastebin.com | |
stackoverflow.com | |
msdn.microsoft.com | |
code.msdn.microsoft.com | |
security.stackexchange.com | |
sharepoint.stackexchange.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name FIRE translator | |
// @version 0.1 | |
// @description Automatically translates FIRE reports for you. | |
// @author double-beep | |
// @match *://chat.stackexchange.com/transcript/* | |
// @match *://chat.meta.stackexchange.com/transcript/* | |
// @match *://chat.stackoverflow.com/transcript/* | |
// @match *://chat.stackexchange.com/users/120914/* | |
// @match *://chat.stackexchange.com/users/120914?* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.post(`/data/sql/queries/run?statement=SELECT+domain_id%2C+domain%2C+tp_count%2C+fp_count%2C+naa_count%2C+post_id+FROM+(%0D%0A++++SELECT%0D%0A++++++++spam_domains.id+AS+domain_id%2C%0D%0A++++++++spam_domains.domain+AS+domain%2C%0D%0A++++++++COUNT(DISTINCT+IF(posts.is_tp+%3D+1%2C+posts.id%2C+NULL))+AS+tp_count%2C%0D%0A++++++++COUNT(DISTINCT+IF(posts.is_fp+%3D+1%2C+posts.id%2C+NULL))+AS+fp_count%2C%0D%0A++++++++COUNT(DISTINCT+IF(posts.is_naa+%3D+1%2C+posts.id%2C+NULL))+AS+naa_count%0D%0A++++FROM+p_spam_domains+AS+spam_domains%0D%0A++++INNER+JOIN+p_posts_spam_domains+ON+spam_domains.id+%3D+p_posts_spam_domains.spam_domain_id%0D%0A++++INNER+JOIN+p_posts+AS+posts+ON+p_posts_spam_domains.post_id+%3D+posts.id%0D%0A++++GROUP+BY+spam_domains.id%0D%0A)+AS+domain_stats%0D%0AINNER+JOIN+p_posts_spam_domains+AS+posts+ON+domain_stats.domain_id+%3D+posts.spam_domain_id%0D%0AWHERE+posts.post_id+IN+(253196%2C+253197%2C+250317)&data_source=main`) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Review Queue Notifier | |
// @namespace stackexchange.com | |
// @version 0.1 | |
// @description Notifies you with a desktop-notification of any reviews on any sites where you have review privileges on | |
// @author Daniil | |
// @include /^https://stackexchange.com/users/\d+/ | |
// @grant GM_xmlhttpRequest | |
// @connect * | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Retrieve close, reopen and delete votes | |
// @version 0.5 | |
// @description Show how many delete, reopen and close votes a question has regardless of rep | |
// @author double-beep | |
// @include /^https://(?:[^/]+\.)?(?:(?:stackoverflow|serverfault|superuser|stackexchange|askubuntu|stackapps)\.com|mathoverflow\.net)/questions/\d+/ | |
// @updateURL https://github.com/double-beep/my-userscripts/raw/master/retrieveDVCV.user.js | |
// @grant none | |
// @license MIT | |
// @run-at document-end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Show me the votes | |
// @version 1.0 | |
// @description Automatically shows votes on posts where the score is lower than 0 | |
// @author double-beep | |
// @include /^https?:\/\/\w*.?(stackoverflow|stackexchange|serverfault|superuser|askubuntu|stackapps)\.com\/(questions|posts|review|tools)\/(?!tagged\/|new\/).*/ | |
// @grant none | |
// ==/UserScript== | |
(function() { |
NewerOlder