Don't try to embed pastebin user profiles
This commit is contained in:
parent
bad0817cdf
commit
e92d0cd82c
@ -4308,7 +4308,7 @@
|
||||
}
|
||||
},
|
||||
pastebin: {
|
||||
regExp: /.*(?:pastebin.com\/)([^#\&\?]*).*/,
|
||||
regExp: /.*(?:pastebin.com\/(?!u\/))([^#\&\?]*).*/,
|
||||
el: function() {
|
||||
var div;
|
||||
|
||||
|
||||
@ -4304,7 +4304,7 @@
|
||||
}
|
||||
},
|
||||
pastebin: {
|
||||
regExp: /.*(?:pastebin.com\/)([^#\&\?]*).*/,
|
||||
regExp: /.*(?:pastebin.com\/(?!u\/))([^#\&\?]*).*/,
|
||||
el: function() {
|
||||
var div;
|
||||
|
||||
|
||||
@ -4307,7 +4307,7 @@
|
||||
}
|
||||
},
|
||||
pastebin: {
|
||||
regExp: /.*(?:pastebin.com\/)([^#\&\?]*).*/,
|
||||
regExp: /.*(?:pastebin.com\/(?!u\/))([^#\&\?]*).*/,
|
||||
el: function() {
|
||||
var div;
|
||||
|
||||
|
||||
@ -201,7 +201,7 @@ Linkify =
|
||||
text: -> JSON.parse(@responseText).title
|
||||
|
||||
pastebin:
|
||||
regExp: /.*(?:pastebin.com\/)([^#\&\?]*).*/
|
||||
regExp: /.*(?:pastebin.com\/(?!u\/))([^#\&\?]*).*/
|
||||
el: ->
|
||||
div = $.el 'iframe',
|
||||
src: "http://pastebin.com/embed_iframe.php?i=#{@name}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user