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
14a62ca8
Commit
14a62ca8
authored
Oct 05, 2016
by
Pierre M
Browse files
release v7
fix unverified commit
44420c87
Signed-off-by:
Pierre Mazière
<
pierre.maziere@gmx.com
>
parent
7def242d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
14a62ca8
2016-10-05 v7
fix unverified commit…
2016-10-05 v6
fix poll pages
ignore closed 'collectif' account
...
...
DLFPlonk.user.js
View file @
14a62ca8
...
...
@@ -2,7 +2,7 @@
// @name DLFPlonk
// @namespace DLFPlonk
// @include https://linuxfr.org/*
// @version
6
// @version
7
// @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,8 +344,7 @@
sup
.
appendChild
(
a
);
span
.
appendChild
(
sup
);
userLink
.
parentNode
.
insertBefore
(
span
,
userLink
.
nextSibling
);
if
(
plonkClosedAccounts
&&
user
!=
"
collectif
"
){
if
(
plonkClosedAccounts
){
if
(
plonkClosedAccounts
&&
userLink
.
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