Created
August 25, 2017 16:48
-
-
Save dvingerh/2719cc9a18d847716baa3064aad055c1 to your computer and use it in GitHub Desktop.
Dumpert verkrijg topcomment en topreaguursel
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 Dumpert verkrijg topcomment en topreaguursel | |
// @namespace Dumpert verkrijg topcomment en topreaguursel | |
// @version 0.1 | |
// @description <3 | |
// @author Cammy | |
// @match *comments.dumpert.nl/embed/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js | |
// @grant none | |
// ==/UserScript== | |
alert($("article[class^='comment']").find('p').eq(0).text()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment