Skip to content

Instantly share code, notes, and snippets.

@nmelihsensoy
Created May 29, 2019 12:22
Show Gist options
  • Select an option

  • Save nmelihsensoy/3be2391ba8cf479c727677acb4ab853f to your computer and use it in GitHub Desktop.

Select an option

Save nmelihsensoy/3be2391ba8cf479c727677acb4ab853f to your computer and use it in GitHub Desktop.
Duzce University SIS Survey Bypass Source Code
/**
Author: Nuri Melih Sensoy
github.com/nmelihsensoy
From : https://userstyles.org/styles/172300/du-sis-survey-bypass
**/
@-moz-document url("https://obs.duzce.edu.tr/student/lessongradebystudent")
{
.portlet-body .alert
{
display: none;
}
.portlet-body table
{
display: table !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment