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