Funnyjunk goto page button

DONT QUESTION ITS USEFULNESS

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name           Funnyjunk goto page button
// @description    DONT QUESTION ITS USEFULNESS
// @author         posttwo (Post15951)
// @include        *funnyjunk.com*
// @version        6
// @require        http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
// @namespace https://greasyfork.org/users/3806
// ==/UserScript==
 
 
//Yser Funny pictures
$("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); pictures.loadContentList(MyLovely,\'usersfunnypictures\',\'0\'); return false',
                value: "re!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("span[title=\"funny pictures\"]");

 //User Comments
$("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); comments.loadUserComments(MyLovely); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("span[title=\"latest user's comments\"]");

//Yser Fruebds

$("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); pictures.loadUserFriends(MyLovely); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("span[title=\"user's friends\"]");

//Comments

$("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); comments.loadPage(MyLovely); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo(".f_New");
 
 //funny_pictures pictures.loadTypedContentList(10,'picturetop24h','0')

$("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); pictures.loadTypedContentList(MyLovely,\'picturetop24h\',\'0\'); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("#picturetop24h_content .comPaginator");

//pictures.loadTypedContentList(135,'picturetop7d','0'); return false;

 $("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); pictures.loadTypedContentList(MyLovely,\'picturetop7d\',\'0\'); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("#picturetop7d_content .comPaginator");

//pictures.loadTypedContentList(1024,\'picturetop30d\',\'0\'); return false;

 $("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); pictures.loadTypedContentList(MyLovely,\'picturetop30d\',\'0\'); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("#picturetop30d_content .comPaginator");

//pictures.loadTypedContentList(MyLovely,\'picturelatest\',\'0\'); return false;

$("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); pictures.loadTypedContentList(MyLovely,\'picturelatest\',\'0\'); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("#picturelatest_content .comPaginator");

//pictures.loadTypedContentList(MyLovely,\'picturetopall\',\'0\'); return false;
$("<a>",
        {
                "class": "showRepliesButton",
                text: "Go To",
                onclick: 'var MyLovely=prompt("What page you wanna see, princess?"); pictures.loadTypedContentList(MyLovely,\'picturetopall\',\'0\'); return false;',
                value: "do!",
                type: "GoTo",
           		style: "font-size: 10px;"
        }).appendTo("#picturetopall_content .comPaginator");