Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre M
DLFPlonk
Commits
49ab6287
Commit
49ab6287
authored
Oct 05, 2016
by
Pierre M
Browse files
release v8
fix collectif account Signed-off-by:
Pierre Mazière
<
pierre.maziere@gmx.com
>
parent
14a62ca8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
49ab6287
2016-10-05 v8
fix 'collectif' again
2016-10-05 v7
fix unverified commit…
...
...
DLFPlonk.user.js
View file @
49ab6287
...
...
@@ -2,7 +2,7 @@
// @name DLFPlonk
// @namespace DLFPlonk
// @include https://linuxfr.org/*
// @version
7
// @version
8
// @downloadURL https://framagit.org/peetah/DLFPlonk/raw/master/DLFPlonk.user.js
// @updateURL https://framagit.org/peetah/DLFPlonk/raw/master/DLFPlonk.user.js
// @grant GM_xmlhttpRequest
...
...
@@ -344,7 +344,7 @@
sup
.
appendChild
(
a
);
span
.
appendChild
(
sup
);
userLink
.
parentNode
.
insertBefore
(
span
,
userLink
.
nextSibling
);
if
(
plonkClosedAccounts
&&
userLink
.
href
!=
"
/users/collectif
"
){
if
(
plonkClosedAccounts
&&
userLink
.
getAttribute
(
'
href
'
)
!=
"
/users/collectif
"
){
GM_xmlhttpRequest
({
method
:
"
GET
"
,
url
:
userLink
.
href
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment