GithubHelp home page GithubHelp logo

userscript's People

Contributors

code-factor avatar dependabot[bot] avatar stickler-ci avatar un1matr1x avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

userscript's Issues

[Wayfarer] Main-Index without Login

userscript.html?name=Wayfapper.user.js&id=...:112 Uncaught (in promise) TypeError: Cannot read property 'parentNode' of null at addWayfarerVisibles (userscript.html?name=Wayfapper.user.js&id=...:112) at eval (userscript.html?name=Wayfapper.user.js&id=....:369)
in console log when not logged in

fix indication in dark mode

dark mode (wayfarer+) will hide changes by setWayfarerFeedback function, may try stuff like

style.setProperty('display', 'flex', 'important');
element.setAttribute("style", "transition-duration: 6s; transform: rotateY(180deg); border: 1px solid red");

indicate not visited pages

show when profile or nominations wasn't already open on the current day, may add other pages too, like settings, when settings feature is in place

Wayfarer Update 4.4.24

wayfarer updated to version 4.4.24 at least nominations won't be submitted correct anymore

add force submit

add a possibility to force a new submission, even when the timer isn't up yet

add informations

add some explaining text to the visuale feedback, that's allready in place
f.e. a hover-text or mouse popover

Fix DeepScan issues

reduce dublicate code

mostly the same, rewrite into a functions

fetch(WEBHOOK_URL + "?&p=n&t=" + WEBHOOK_TOKEN, {
method: "POST",
body: JSON.stringify(nomCtrl.nomList),
}).then(function (response) {
if (response.status == 222) {
setWayfarerFeedback("nominations", "green");
} else {
setWayfarerFeedback("nominations", "red");
}
console.log("[WFP]: " + response.status);
return response.text().then(function (text) {
console.log("[WFP]: " + text);
});
});
}
} else {

fetch(WEBHOOK_URL + "?&p=p&t=" + WEBHOOK_TOKEN, {
method: "POST",
body: JSON.stringify(jprovile),
}).then(function (response) {
if (response.status == 222) {
setWayfarerFeedback("profile", "green");
} else {
setWayfarerFeedback("profile", "red");
}
console.log("[WFP]: " + response.status);
return response.text().then(function (text) {
console.log("[WFP]: " + text);
});
});
}
} else {

https://app.codacy.com/gh/Wayfapper/UserScript/file/51044159356/duplication/list?bid=21353662&fileBranchId=21353662

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.